Skip to content

Commit

Permalink
Bump version to v5.1.3 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen authored May 15, 2023
1 parent c0a6a26 commit efb84c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.0.3]
- Update dependencies

## [4.0.2]
- Changed lookup tables to Tuple for performance improvements

## [4.0.1]
- Fixed missing iterate and length methods

## [4.0.0]
### Added
- An abstract type `BioSymbol` has been added.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BioSymbols"
uuid = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
authors = ["Ben J. Ward <[email protected]>"]
version = "5.1.2"
version = "5.1.3"

[deps]
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Expand Down

2 comments on commit efb84c8

@jakobnissen
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/83592

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 v5.1.3 -m "<description of version>" efb84c88f3c83bf190923ca3e7c94480c97667dc
git push origin v5.1.3

Please sign in to comment.