Skip to content

Commit

Permalink
add compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart committed Dec 7, 2021
1 parent c4d95af commit 493048d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
LMDB_jll = "6206cf0b-f360-5984-af49-5437264c140e"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[compat]
CEnum = "0.4"
julia = "1"

2 comments on commit 493048d

@meggart
Copy link
Collaborator Author

@meggart meggart commented on 493048d Dec 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/50083

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 493048d763943c453859ff5080c23ebba33b7bf9
git push origin v0.2.0

Also, note the warning: This looks like a new registration that registers version 0.2.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.