Skip to content

Commit

Permalink
chore(main): release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed Oct 17, 2023
1 parent bf74e69 commit cecf649
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.24.0](https://github.com/bihealth/annonars/compare/v0.23.1...v0.24.0) (2023-10-17)


### Features

* allow returning None for query interfaces ([#255](https://github.com/bihealth/annonars/issues/255)) ([#256](https://github.com/bihealth/annonars/issues/256)) ([b4bf349](https://github.com/bihealth/annonars/commit/b4bf3492ed0252d13139787dfb284d9dc76fb431))
* ensure that RocksDB dbs are opened with absolute path ([#252](https://github.com/bihealth/annonars/issues/252)) ([#257](https://github.com/bihealth/annonars/issues/257)) ([bf74e69](https://github.com/bihealth/annonars/commit/bf74e6956ee21dab1b4a865a4be03fdd50e17792))
* making more code public in tsv query interface ([#253](https://github.com/bihealth/annonars/issues/253)) ([dd4eecc](https://github.com/bihealth/annonars/commit/dd4eecce3291bfae903e9b3a96d92d41bbd25537))

## [0.23.1](https://github.com/bihealth/annonars/compare/v0.23.0...v0.23.1) (2023-10-16)


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

0 comments on commit cecf649

Please sign in to comment.