@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ### Fixed
10+ - Ensembl release versions no longer includes unreleased versions
11+ - unit tests
12+ - upgraded formatters (and fixed the marked grammar & spelling errors)
13+
914## [ 0.16.1] - 2023-06-14
1015
1116### Fixed
@@ -267,7 +272,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
267272- ` search ` and ` install ` now consistently use safe search terms (no spaces)
268273- ` search ` now uses UTF-8, no longer crashing for \u2019 (some quotation mark).
269274- ` search ` case insensitivity fixed for assembly names.
270- - Bucketcache now stores less data, increasing responsiveness.
275+ - Bucketcache now stores fewer data, increasing responsiveness.
271276
272277## [ 0.8.4] - 2020-07-29
273278
@@ -382,7 +387,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
382387
383388### Fixed
384389
385- - STAR is not longer enabled by default
390+ - STAR is no longer enabled by default
386391
387392## [ 0.7.0] - 2019-11-18
388393
@@ -461,7 +466,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
461466
462467- Fixed genomes_dir argument to ` genomepy install `
463468- Fixed msgpack dependency
464- - Fixed issue with ` config generate ` where config directory does note exist.
469+ - Fixed issue with ` config generate ` where config directory does not exist.
465470
466471## [ 0.3.1]
467472
@@ -478,7 +483,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
478483- Added ` -r ` and ` --match/--no-match ` option to select sequences by regex.
479484
480485[ Unreleased ] : https://github.com/vanheeringen-lab/genomepy/compare/master...develop
481- [ 0.16.0 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.16.0...0.16.1
486+ [ 0.16.1 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.16.0...0.16.1
482487[ 0.16.0 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.15.0...0.16.0
483488[ 0.15.0 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.14.0...0.15.0
484489[ 0.14.0 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.13.1...0.14.0
0 commit comments