diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fccb59..2639b371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2024-01-19 + ### Changed - improve progress reporting by reporting each conversion step separately diff --git a/CITATION.cff b/CITATION.cff index 24c4c4a8..6e939cc7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -29,5 +29,5 @@ abstract: >- representation and already provides a basic set of data handling modules. license: Apache-2.0 -version: 0.4.0 -date-released: '2023-11-13' +version: 0.5.0 +date-released: '2024-01-19' diff --git a/Cargo.toml b/Cargo.toml index be662033..c8bf81fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/korpling/annatto/" license = "Apache-2.0" name = "annatto" repository = "https://github.com/korpling/annatto/" -version = "0.4.0" +version = "0.5.0" [dependencies] ansi_term = "0.12"