Skip to content

Commit ec9205f

Browse files
committed
chore(release): prepare bugfix release
1 parent 35aa98b commit ec9205f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.16.1] - 2025-05-27
6+
7+
### Bug Fixes
8+
9+
- Disable unused faer features (Adrian Seyboldt)
10+
11+
12+
### Performance
13+
14+
- Shortcut for empty posteriors (Adrian Seyboldt)
15+
16+
517
## [0.16.0] - 2025-05-27
618

719
### Bug Fixes
@@ -13,6 +25,8 @@ All notable changes to this project will be documented in this file.
1325

1426
- Bump arrow version (Adrian Seyboldt)
1527

28+
- Bump version and update changelog (Adrian Seyboldt)
29+
1630

1731
### Performance
1832

@@ -24,6 +38,11 @@ All notable changes to this project will be documented in this file.
2438
- Remove simd_support feature (Adrian Seyboldt)
2539

2640

41+
### Ci
42+
43+
- Add codecov token (Adrian Seyboldt)
44+
45+
2746
## [0.15.1] - 2025-03-18
2847

2948
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuts-rs"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",

0 commit comments

Comments
 (0)