Skip to content

Commit cfcb376

Browse files
committed
chore(release): prepare release
1 parent 9235e7b commit cfcb376

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

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

5-
## [0.16.0] - 2025-10-08
5+
## [0.16.1] - 2025-10-10
6+
7+
### Bug Fixes
8+
9+
- Sampler.abort was broken in last release (Adrian Seyboldt)
10+
11+
- Don't store unconstrained_draw if not requested (Adrian Seyboldt)
12+
13+
14+
### Features
15+
16+
- Expose step_size_jitter option (Adrian Seyboldt)
17+
18+
19+
### Miscellaneous Tasks
20+
21+
- Cargo update (Adrian Seyboldt)
22+
23+
24+
## [0.16.0] - 2025-10-09
625

726
### Bug Fixes
827

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutpie"
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)