Skip to content

Commit d43ad15

Browse files
committed
chore(release): bump version
1 parent be2c293 commit d43ad15

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.17.1] - 2025-11-13
6+
7+
### Bug Fixes
8+
9+
- Store step size info in transform_adapt_strategy (Adrian Seyboldt)
10+
11+
- Mindepth when check_turning=True was misbehaving (Adrian Seyboldt)
12+
13+
14+
### Features
15+
16+
- Support datetime coordinates (Adrian Seyboldt)
17+
18+
19+
### Miscellaneous Tasks
20+
21+
- Update dependencies (Adrian Seyboldt)
22+
23+
524
## [0.17.0] - 2025-10-08
625

726
### Bug Fixes
@@ -52,6 +71,10 @@ All notable changes to this project will be documented in this file.
5271

5372
- Update dependencies (Adrian Seyboldt)
5473

74+
- Prepare 0.17.0 (Adrian Seyboldt)
75+
76+
- Correctly specify dependencies in workspace (Adrian Seyboldt)
77+
5578

5679
### Performance
5780

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.17.0"
3+
version = "0.17.1"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",

0 commit comments

Comments
 (0)