-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Sorry, something went wrong. |
||
version = "0.8.1" | ||
|
||
[deps] | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 comments
on commit f7ec42c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
There was a problem hiding this comment.
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
Releasing with v0.9.0 would have been correct.