Skip to content

Commit

Permalink
bump to new minor release
Browse files Browse the repository at this point in the history
We're dropping support for Julia v0.7 so we need to make this a minor release or the registrator will complain
  • Loading branch information
tlnagy authored Dec 21, 2019
1 parent bbb548e commit faa33ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Compose"
uuid = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
version = "0.7.4"
version = "0.8.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

2 comments on commit faa33ff

@tlnagy
Copy link
Member Author

@tlnagy tlnagy commented on faa33ff Dec 21, 2019

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/6995

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.0 -m "<description of version>" faa33ff792649cbfdc046443368065df6b35e8dc
git push origin v0.8.0

Please sign in to comment.