Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Sep 21, 2020
1 parent 237593f commit aed96bc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
@@ -1,20 +1,20 @@
name = "Comonicon"
uuid = "863f3e99-da2a-4334-8734-de3dacbe5542"
authors = ["Roger-luo and contributors"]
version = "0.7.1"
version = "0.8.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"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
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 aed96bc

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

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

Please sign in to comment.