Skip to content

Commit

Permalink
Bump TranscodingStreams to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Oct 14, 2023
1 parent 53784f9 commit e05e5ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.4]
* Add Base.print(::IO, ::Index)
* Touch up documentation
* Bump TranscodingStreams to 0.10

## [2.1.3]
* Add short-form show for records
* Migrate to Automa v1
* Drop ReTest test dep

## [2.1.2]
### Bugfix
* Allow non-PHRED quality scores, such as Solexa scores, which can be negative (#104)
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FASTX"
uuid = "c2308a5c-f048-11e8-3e8a-31650f418d12"
authors = ["Sabrina J. Ward <sabrinajward@protonmail.com>", "Jakob N. Nissen <jakobnybonissen@gmail.com>"]
version = "2.1.3"
version = "2.1.4"

[weakdeps]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
Expand All @@ -23,7 +23,7 @@ BioGenerics = "0.1.2"
BioSequences = "3"
PrecompileTools = "1"
StringViews = "1"
TranscodingStreams = "0.9.5"
TranscodingStreams = "0.9.5, 0.10"
julia = "1.6"

[extras]
Expand Down

2 comments on commit e05e5ce

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

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 v2.1.4 -m "<description of version>" e05e5ce4bcb3b10b6077ee6f58e6651b2ce80c00
git push origin v2.1.4

Please sign in to comment.