Skip to content

Commit

Permalink
Registrator 1.9.1 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Nov 8, 2023
1 parent acc53b1 commit 6bd9425
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,7 +1,7 @@
name = "Registrator"
uuid = "4418983a-e44d-11e8-3aec-9789530b3b3e"
authors = ["Stefan Karpinski <stefan@karpinski.org>"]
version = "1.9.0"
version = "1.9.1"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand Down

2 comments on commit 6bd9425

@IanButterworth
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 register

Release notes:

Patch Fix

  • Put release notes in code blocks in the General PR, to avoid github mistakenly converting # numbers into PRs/issues from General rather than the origin repo

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

Tagging

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 v1.9.1 -m "<description of version>" 6bd9425b2e5f802e60d560c04401cedc8bff6b3a
git push origin v1.9.1

Please sign in to comment.