Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aptmcl/Khepri.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aptmcl committed Mar 18, 2022
2 parents df041cb + 33dc389 commit 2bd35ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
KhepriAutoCAD = "84eb9a3b-232b-4081-b917-cfea549d0d83"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
ColorTypes = "0.11"
Colors = "0.12"
Reexport = "1"

2 comments on commit 2bd35ff

@aptmcl
Copy link
Owner Author

@aptmcl aptmcl commented on 2bd35ff Mar 18, 2022

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 created: JuliaRegistries/General/56854

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 v1.0.1 -m "<description of version>" 2bd35ff2a19d80a5936062e5409df9670961c69d
git push origin v1.0.1

Also, note the warning: Version 1.0.1 skips over 1.0.0
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.