File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.46.0] ( https://github.com/rust-bio/rust-htslib/compare/v0.45.0...v0.46.0 ) (2024-02-22)
6
+
7
+
8
+ ### Features
9
+
10
+ * making several RecordBuffer methods public ([ 6757f52] ( https://github.com/rust-bio/rust-htslib/commit/6757f5219955fd4edba4f61e62978ce1e001068e ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * fix building libz-sys ([ #420 ] ( https://github.com/rust-bio/rust-htslib/issues/420 ) ) ([ 01c8849] ( https://github.com/rust-bio/rust-htslib/commit/01c884945686e7a6756406b579fde28657f70b36 ) )
16
+
5
17
## [ 0.45.0] ( https://github.com/rust-bio/rust-htslib/compare/v0.44.1...v0.45.0 ) (2024-02-07)
6
18
7
19
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT"
9
9
name = " rust-htslib"
10
10
readme = " README.md"
11
11
repository = " https://github.com/rust-bio/rust-htslib.git"
12
- version = " 0.45 .0"
12
+ version = " 0.46 .0"
13
13
14
14
[package .metadata .release ]
15
15
pre-release-commit-message = " release version {{version}}"
You can’t perform that action at this time.
0 commit comments