From 95ee96e46f5f6e5903595dc6faa741f75d2d89f9 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:26:15 +0100 Subject: [PATCH] chore(main): release 0.26.1 (#313) --- 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 1bc625bf..bab934f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.1](https://github.com/bihealth/annonars/compare/v0.26.0...v0.26.1) (2023-11-21) + + +### Build System + +* cleanup serde_with dependency ([#312](https://github.com/bihealth/annonars/issues/312)) ([932b840](https://github.com/bihealth/annonars/commit/932b840845b8adfc66820fdc7a78c97aff8690da)) + ## [0.26.0](https://github.com/bihealth/annonars/compare/v0.25.0...v0.26.0) (2023-11-20) diff --git a/Cargo.lock b/Cargo.lock index d69f597e..77ac5b31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.26.0" +version = "0.26.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f97da57a..238cdf96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.26.0" +version = "0.26.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"