# HG changeset patch # User althonos # Date 1652452579 0 # Node ID 042a23379d2db3acfe22803c9480e071723883c5 # Parent 64528877558f0c7050c1dda3a9d2957ef8ff6af7 Release v0.9.3 diff -r 64528877558f -r 042a23379d2d CHANGELOG.md --- a/CHANGELOG.md Mon Apr 11 17:18:03 2022 +0000 +++ b/CHANGELOG.md Fri May 13 14:36:19 2022 +0000 @@ -5,7 +5,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.2...master +[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.3...master + + +## [v0.9.3] - 2022-05-13 +[v0.9.3]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.2...v0.9.3 + +### Changed +- `--format` flag of `gecco annotate` and `gecco run` CLI commands is now made lowercase before giving value to `Bio.SeqIO`. + +### Fixed +- Genes with duplicate IDs being silently ignored in `HMMER.run`. + ## [v0.9.2] - 2022-04-11 [v0.9.2]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1...v0.9.2