Skip to content

Commit

Permalink
chore: release 0.7.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot authored Jul 6, 2023
1 parent b7fd2f2 commit 5a3a891
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://www.github.com/bihealth/seqrepo-rs/compare/v0.6.1...v0.7.0) (2023-07-06)


### ⚠ BREAKING CHANGES

* add features for disabling sqlite-based implementation (#74)

### Build System

* add features for disabling sqlite-based implementation ([#74](https://www.github.com/bihealth/seqrepo-rs/issues/74)) ([b7fd2f2](https://www.github.com/bihealth/seqrepo-rs/commit/b7fd2f29b7812836e0934d0bc9734268699843c3))

### [0.6.1](https://www.github.com/bihealth/seqrepo-rs/compare/v0.6.0...v0.6.1) (2023-07-04)


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 = "seqrepo"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Port of (read-only) functionality of biocommons/seqrepo to Rust"
Expand Down

0 comments on commit 5a3a891

Please sign in to comment.