From fb2952c08326b90a7e60dae2b8a3a03c4e2ada97 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 29 May 2024 17:03:53 +0200 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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"