Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 26, 2021
1 parent 3238ae1 commit bc38e1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Comonicon"
uuid = "863f3e99-da2a-4334-8734-de3dacbe5542"
authors = ["Roger-luo and contributors"]
version = "0.10.2"
version = "0.11.0"

[deps]
ComoniconBuilder = "0acea522-3a8c-4b93-9211-1fc67cbf95d9"
Expand All @@ -23,3 +23,7 @@ ComoniconZSHCompletion = "0.2"
Configurations = "0.15"
ExproniconLite = "0.6"
julia = "1.6"

[extras]

[targets]

2 comments on commit bc38e1a

@Roger-luo
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Released via Ion CLI
@JuliaRegistrator register

@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/37572

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.11.0 -m "<description of version>" bc38e1a4e79feb5890d03d0d2fb55a60a84e4ed8
git push origin v0.11.0

Please sign in to comment.