File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99[ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v3.5.1...HEAD
1010
1111
12+ ## [ v3.5.2] - 2024-09-04
13+ [ v3.5.2 ] : https://github.com/althonos/pyrodigal/compare/v3.5.1...v3.5.2
14+
15+ ### Added
16+ - Warning in CLI when given sequences with empty identifiers.
17+
18+ ### Fixed
19+ - FASTA parser used in CLI crashing on empty header lines ([ #61 ] ( https://github.com/althonos/pyrodigal/issues/61 ) ).
20+
21+
1222## [ v3.5.1] - 2024-07-17
1323[ v3.5.1 ] : https://github.com/althonos/pyrodigal/compare/v3.5.0...v3.5.1
1424
Original file line number Diff line number Diff line change 11[
22 {
33 "name" : " v3.5 (stable)" ,
4- "version" : " 3.5.1 " ,
5- "url" : " https://pyrodigal.readthedocs.io/en/v3.5.1 /"
4+ "version" : " 3.5.2 " ,
5+ "url" : " https://pyrodigal.readthedocs.io/en/v3.5.2 /"
66 },
77 {
88 "name" : " v3.4" ,
Original file line number Diff line number Diff line change 1- __version__ = "3.5.1 "
1+ __version__ = "3.5.2 "
You can’t perform that action at this time.
0 commit comments