Browse Source

release v2.0.0

https://github.com/semver/semver/issues/526#issuecomment-519922556
Fabian Peter Hammerle 2 years ago
parent
commit
4ab7977b16
1 changed files with 9 additions and 4 deletions
  1. 9 4
      CHANGELOG.md

+ 9 - 4
CHANGELOG.md

@@ -5,15 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+
+## [2.0.0] - 2021-05-22
 ### Removed
 - compatibility with `python3.5`
 
-### Fixed
+## Changed
 - added default value for `creator` to fix `TypeError` in `write_triangular` when unset
 - `write_triangular`: raise descriptive `ValueError` when missing `volume_geometry_info`
-  (instead of unexpected `TypeError`)
+  (instead of `TypeError`)
 - `find_label_border_polygonal_chains`: raise descriptive `RuntimeError`
-  when annotation was not loaded (instead of unexpected `TypeError`)
+  when annotation was not loaded (instead of `TypeError`)
+
+### Fixed
 - fixed type hints
 
 ## [1.2.0] - 2021-01-02
@@ -81,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [0.1.0] - 2019-05-12
 tagger Fabian Peter Hammerle <fabian@hammerle.me> 1557674236 +0200
 
-[Unreleased]: https://github.com/fphammerle/freesurfer-stats/compare/1.2.0...HEAD
+[Unreleased]: https://github.com/fphammerle/freesurfer-stats/compare/2.0.0...HEAD
+[2.0.0]: https://github.com/fphammerle/freesurfer-stats/compare/1.2.0...2.0.0
 [1.2.0]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.1...1.2.0
 [1.1.1]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.0...1.1.1
 [1.1.0]: https://github.com/fphammerle/freesurfer-stats/compare/1.0.1...1.1.0