Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jul 29, 2022
1 parent c3d7b75 commit 16fe178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [UNRELEASED]

## [3.1.0]
### Added
* It is now possible to `join` BioSymbols into a BioSequence.

## [3.0.1]
### Removed
* Add `rand!([::AbstractRNG], ::LongSequence, [::Sampler])` methods

## [3.0.2]
### Added
* It is now possible to `join` BioSymbols into a BioSequence.
* Add `findall` methods to `BioSequence`

### Changed
- Fixed a bug in `iscanonical`.
## [3.0.1]
Release has been yanked from General Registry

## [3.0]
### Removed
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 = "BioSequences"
uuid = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
authors = ["Sabrina Jaye Ward <[email protected]>", "Jakob Nissen <[email protected]>"]
version = "3.0.2"
version = "3.1.0"

[deps]
BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
Expand Down

2 comments on commit 16fe178

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

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 v3.1.0 -m "<description of version>" 16fe17810a3bbf8f0b01398cadf1bd6c9cf03188
git push origin v3.1.0

Please sign in to comment.