From af80f0875aaddd3f178ae467cf74ad9ae418536a Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:52:18 +0100 Subject: [PATCH] chore(main): release 0.36.0 (#421) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef6c490..d2be0f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.36.0](https://github.com/varfish-org/annonars/compare/v0.35.0...v0.36.0) (2024-02-26) + + +### Features + +* allow skipping cf contents in "db-utils copy" ([#420](https://github.com/varfish-org/annonars/issues/420)) ([de5339c](https://github.com/varfish-org/annonars/commit/de5339ce07bffd7a60995591b9e8f101002a9b86)) + ## [0.35.0](https://github.com/varfish-org/annonars/compare/v0.34.1...v0.35.0) (2024-02-08) diff --git a/Cargo.lock b/Cargo.lock index d024af3f..d63e5d16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.35.0" +version = "0.36.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 21cb4333..73bc145c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.35.0" +version = "0.36.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"