Skip to content

Commit

Permalink
chore: Update version history and changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Aug 5, 2024
1 parent 7a65866 commit 0a892d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions py-deepbiop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.4](https://github.com/cauliyang/DeepBioP/compare/py-deepbiop-v0.1.3...py-deepbiop-v0.1.4) - 2024-08-05

### Added

- Add test_fq function
- Add ahash, anyhow, derive_builder, lexical, log
- Add deepbiop-utils crate and Python module
Expand All @@ -19,10 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add new module 'deepbiop' and 'add' function

### Fixed

- Update maturin version requirement to 1.6.0
- Update Cargo.toml for edition 2021 and dependency versions

### Other

- Update version history in CHANGELOG.md
- Update changelog for version 0.1.3
- Update project URLs in pyproject.toml
Expand Down
4 changes: 3 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ release_commits = "^feat:" # prepare release only if at least one commit matche

[[package]]
name = "py-deepbiop"
release = true # don't process this package
release = true # don't process this package
publish = false
changelog_update = false

[changelog]

protect_breaking_commits = true # always include commits with breaking changes in the changelog

0 comments on commit 0a892d6

Please sign in to comment.