Browse Source

release v2.1.0

Fabian Peter Hammerle 3 years ago
parent
commit
eeff5aa4c4
1 changed files with 4 additions and 1 deletions
  1. 4 1
      CHANGELOG.md

+ 4 - 1
CHANGELOG.md

@@ -5,6 +5,8 @@ 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.1.0] - 2020-07-11
 ### Added
 - support `pandas` `v1.*`
 - package metadata: added `python3.8` classifier
@@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   - output in CSV-format
 - python module `freesurfer_volume_reader`
 
-[Unreleased]: https://github.com/fphammerle/freesurfer-volume-reader/compare/2.0.0...HEAD
+[Unreleased]: https://github.com/fphammerle/freesurfer-volume-reader/compare/2.1.0...HEAD
+[2.1.0]: https://github.com/fphammerle/freesurfer-volume-reader/compare/2.0.0...2.1.0
 [2.0.0]: https://github.com/fphammerle/freesurfer-volume-reader/compare/1.0.0...2.0.0
 [1.0.0]: https://github.com/fphammerle/freesurfer-volume-reader/compare/0.2.1...1.0.0
 [0.2.1]: https://github.com/fphammerle/freesurfer-volume-reader/compare/0.2.0...0.2.1