Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Aug 1, 2020
1 parent 0c5df89 commit f30ec3a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
@@ -1,19 +1,19 @@
name = "Comonicon"
uuid = "863f3e99-da2a-4334-8734-de3dacbe5542"
authors = ["Roger-luo and contributors"]
version = "0.4.0"
version = "0.5.0"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
MatchCore = "5dd3f0b1-72a9-48ad-ae6e-79f673da005f"
CRC32c = "8bf52ea8-c179-5cab-976a-9e18b702a9bc"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
MatchCore = "5dd3f0b1-72a9-48ad-ae6e-79f673da005f"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[compat]
ExprTools = "0.1"
MatchCore = "0.1"
PackageCompiler = "1.2"
julia = "1"
PackageCompiler = "1.2"
MatchCore = "0.1"
ExprTools = "0.1"

2 comments on commit f30ec3a

@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 from 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/18790

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

Please sign in to comment.