diff --git a/CHANGELOG.md b/CHANGELOG.md index b8100d53..52b61c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/varfish-org/annonars/compare/v0.36.2...v1.0.0) (2024-05-29) + + +### ⚠ BREAKING CHANGES + +* adding support for JSONL from v0.15 clinvar-this ([#454](https://github.com/varfish-org/annonars/issues/454)) + +### Features + +* adding support for JSONL from v0.15 clinvar-this ([#454](https://github.com/varfish-org/annonars/issues/454)) ([484453a](https://github.com/varfish-org/annonars/commit/484453a202b71126e6be1e139c41694dd74c9b52)) + ## [0.36.2](https://github.com/varfish-org/annonars/compare/v0.36.1...v0.36.2) (2024-05-08) diff --git a/Cargo.lock b/Cargo.lock index 3ccdbb8b..f252cfe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.36.2" +version = "1.0.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 902648c2..94b4a860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.36.2" +version = "1.0.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"