Skip to content

Commit

Permalink
Version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anergictcell committed Aug 20, 2023
1 parent 8421fac commit 14dbb5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 0.2.1
- Pin serde version (See https://github.com/serde-rs/serde/issues/2538 for context)

# 0.2
- Add GeneticCode to modify the translation table based on the applied genetic code. This change impacts some public functions of the QC-check module.
- Allow generic `Read + Seek` objects for FastaReader. This enables reading directly from S3 or other remote sources.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atglib"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Jonas Marcello <[email protected]>"]
description = "A library to handle transcripts for genomics and transcriptomics"
Expand Down

0 comments on commit 14dbb5d

Please sign in to comment.