Skip to content

Commit

Permalink
chore: release 0.11.0 (#84)
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 14, 2023
1 parent d625a9b commit a160818
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.11.0](https://www.github.com/bihealth/annona-rs/compare/v0.10.0...v0.11.0) (2023-06-14)


### Features

* moved REST API server code from worker ([#80](https://www.github.com/bihealth/annona-rs/issues/80)) ([#83](https://www.github.com/bihealth/annona-rs/issues/83)) ([cd97a44](https://www.github.com/bihealth/annona-rs/commit/cd97a44035b1fed96152e4a8f080ccd6ce8e9446))


### Bug Fixes

* remove unused dependencies ([#81](https://www.github.com/bihealth/annona-rs/issues/81)) ([5f861c4](https://www.github.com/bihealth/annona-rs/commit/5f861c4a654614ae7861e12cc83bad30f5902ac0))

## [0.10.0](https://www.github.com/bihealth/annona-rs/compare/v0.9.0...v0.10.0) (2023-06-12)


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.10.0"
version = "0.11.0"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Rust template repository"
Expand Down

0 comments on commit a160818

Please sign in to comment.