Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and cauliyang committed Aug 11, 2024
1 parent 43205b9 commit 6ac9ed7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/*", "py-deepbiop"]
default-members = ["crates/*"]

[workspace.package]
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["Yangyang Li <sunlifeliz5@gmail.com>"]
homepage = "https://github.com/cauliyang/DeepBioP"
Expand Down Expand Up @@ -62,8 +62,8 @@ flate2 = { version = "1.0.30", features = [
], default-features = false }

deepbiop-fq = { version = "0.1.6", path = "crates/deepbiop-fq" }
deepbiop-bam = { version = "0.1.6", path = "crates/deepbiop-bam" }
deepbiop-utils = { version = "0.1.6", path = "crates/deepbiop-utils" }
deepbiop-bam = { version = "0.1.7", path = "crates/deepbiop-bam" }
deepbiop-utils = { version = "0.1.7", path = "crates/deepbiop-utils" }

[profile.opt-dev]
inherits = "dev"
Expand Down
16 changes: 16 additions & 0 deletions crates/deepbiop-bam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.7](https://github.com/cauliyang/DeepBioP/compare/deepbiop-bam-v0.1.6...deepbiop-bam-v0.1.7) - 2024-08-11

### Added
- Add new chimeric event example in documentation
- Add debug log for parsing SA tag
- Add chimeric read filtering and checking functions
- Add derive_builder and deepbiop-utils dependencies

### Fixed
- Update import statement for logging module

### Other
- Change name field in ChimericEvent to be an Option
- Rename functions for clarity and consistency
- Rename function filter_reads to keep_reads

## [0.1.6](https://github.com/cauliyang/DeepBioP/compare/deepbiop-bam-v0.1.5...deepbiop-bam-v0.1.6) - 2024-08-08

### Added
Expand Down
5 changes: 5 additions & 0 deletions crates/deepbiop-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.7](https://github.com/cauliyang/DeepBioP/compare/deepbiop-utils-v0.1.6...deepbiop-utils-v0.1.7) - 2024-08-11

### Added
- Add derive_builder and deepbiop-utils dependencies

## [0.1.6](https://github.com/cauliyang/DeepBioP/compare/deepbiop-utils-v0.1.5...deepbiop-utils-v0.1.6) - 2024-08-08

### Added
Expand Down

0 comments on commit 6ac9ed7

Please sign in to comment.