Skip to content

Commit

Permalink
bump version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo authored Mar 24, 2021
1 parent 9c8691d commit f7ec42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Automa"
uuid = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
authors = ["Kenta Sato <[email protected]>", "Jakob Nybo Nissen <[email protected]"]
version = "0.9.0"

This comment has been minimized.

Copy link
@CiaranOMara

CiaranOMara Apr 1, 2021

Member

Releasing with v0.9.0 would have been correct.

version = "0.8.1"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"

[compat]
Documenter = "0.24 - 0.26"
Automa = "0.9"
Automa = "0.8 - 0.9"

2 comments on commit f7ec42c

@kescobo
Copy link
Member Author

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

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.1 -m "<description of version>" f7ec42c2df160c05e17e1d35c4e14631f2894bef
git push origin v0.8.1

Please sign in to comment.