From 530bbb330c7469d63721670ee5be1f48efdac9a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 09:05:20 +0200 Subject: [PATCH] chore: release 0.6.0 (#59) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153e6cf7..11bf5942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.0](https://www.github.com/bihealth/annona-rs/compare/v0.5.1...v0.6.0) (2023-06-01) + + +### Features + +* adding "db-utils dump-meta" command ([#56](https://www.github.com/bihealth/annona-rs/issues/56)) ([#60](https://www.github.com/bihealth/annona-rs/issues/60)) ([92f30c2](https://www.github.com/bihealth/annona-rs/commit/92f30c20b0ed25bf1e2694e25a35bde109f2ed39)) +* storing TSV lines as string to reduce storage size ([#57](https://www.github.com/bihealth/annona-rs/issues/57)) ([#58](https://www.github.com/bihealth/annona-rs/issues/58)) ([3a77eb6](https://www.github.com/bihealth/annona-rs/commit/3a77eb615d5805062c5cd0595277c4d950fea92d)) + ### [0.5.1](https://www.github.com/bihealth/annona-rs/compare/v0.5.0...v0.5.1) (2023-05-24) diff --git a/Cargo.toml b/Cargo.toml index 9440579a..3e1e1d57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.5.1" +version = "0.6.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"