From 7ad413e212e938509ac34d9074ba26090a29b019 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:36:16 +0200 Subject: [PATCH] chore: release 0.8.0 (#81) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14eccd7..555d215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://www.github.com/bihealth/seqrepo-rs/compare/v0.7.0...v0.8.0) (2023-09-18) + + +### Features + +* various dependency updates, bump version to 0.8.0 ([#80](https://www.github.com/bihealth/seqrepo-rs/issues/80)) ([ae4f964](https://www.github.com/bihealth/seqrepo-rs/commit/ae4f9642cd03fcd84c865fa12178bc05096db810)) + ## [0.7.0](https://www.github.com/bihealth/seqrepo-rs/compare/v0.6.1...v0.7.0) (2023-07-06) diff --git a/Cargo.toml b/Cargo.toml index 5d97e9d..41e7b3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seqrepo" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of (read-only) functionality of biocommons/seqrepo to Rust"