Skip to content

Commit

Permalink
chore: release 0.6.0 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 1, 2023
1 parent 92f30c2 commit 530bbb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "annonars"
version = "0.5.1"
version = "0.6.0"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Rust template repository"
Expand Down

0 comments on commit 530bbb3

Please sign in to comment.