Skip to content

Commit

Permalink
chore: release 0.8.0 (#119)
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 28, 2023
1 parent 0b68809 commit 778678e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.8.0](https://www.github.com/bihealth/varfish-server-worker/compare/v0.7.0...v0.8.0) (2023-06-28)


### ⚠ BREAKING CHANGES

* remove REST server related code (#122) (#123)
* replace db-compile with per-output commands (#112) (#121)

### Code Refactoring

* remove code that was moved to viguno/annonars ([#116](https://www.github.com/bihealth/varfish-server-worker/issues/116)) ([#117](https://www.github.com/bihealth/varfish-server-worker/issues/117)) ([50099dd](https://www.github.com/bihealth/varfish-server-worker/commit/50099dd01552f2b270728537ed34c01172de0e31))
* remove REST server related code ([#122](https://www.github.com/bihealth/varfish-server-worker/issues/122)) ([#123](https://www.github.com/bihealth/varfish-server-worker/issues/123)) ([0b68809](https://www.github.com/bihealth/varfish-server-worker/commit/0b68809275294dd295b72fc73faa8fc26c095723))
* replace db-compile with per-output commands ([#112](https://www.github.com/bihealth/varfish-server-worker/issues/112)) ([#121](https://www.github.com/bihealth/varfish-server-worker/issues/121)) ([5da2799](https://www.github.com/bihealth/varfish-server-worker/commit/5da27991765cdc294a4114aa57dbb2464e112d6e))

## [0.7.0](https://www.github.com/bihealth/varfish-server-worker/compare/v0.6.1...v0.7.0) (2023-06-09)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "varfish-server-worker"
version = "0.7.0"
version = "0.8.0"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Rust-based workers for varfish-server"
license = "MIT"
Expand Down

0 comments on commit 778678e

Please sign in to comment.