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 80cb7c8
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 <[email protected]>", "Jakob N. Nissen <[email protected]>"]
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

0 comments on commit 80cb7c8

Please sign in to comment.