Skip to content

Commit

Permalink
chore(master): release 0.45.0 (#413)
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 Feb 7, 2024
1 parent 1d78d12 commit 4d146c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.45.0](/~https://github.com/rust-bio/rust-htslib/compare/v0.44.1...v0.45.0) (2024-02-07)


### Features

* adding function to get sequence length to faidx mod ([#410](/~https://github.com/rust-bio/rust-htslib/issues/410)) ([ae79eba](/~https://github.com/rust-bio/rust-htslib/commit/ae79eba82ef6929105bdbe08246a8e973660899e))


### Bug Fixes

* Loosen acceptable types to support current linux build on aarch64 ([#415](/~https://github.com/rust-bio/rust-htslib/issues/415)) ([1d78d12](/~https://github.com/rust-bio/rust-htslib/commit/1d78d1251a052461605d28cd8cf832ccad93ef73))

## [0.44.1](/~https://github.com/rust-bio/rust-htslib/compare/v0.44.0...v0.44.1) (2023-06-21)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "rust-htslib"
readme = "README.md"
repository = "/~https://github.com/rust-bio/rust-htslib.git"
version = "0.44.1"
version = "0.45.0"

[package.metadata.release]
pre-release-commit-message = "release version {{version}}"
Expand Down

0 comments on commit 4d146c6

Please sign in to comment.