Skip to content

Commit f5ae6f3

Browse files
committed
chore: Bump version
1 parent 3e4589b commit f5ae6f3

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CHANGELOG.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,24 @@
22

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

5-
## [0.5.1] - 2023-07-03
5+
## [0.6.0] - 2023-07-21
6+
7+
### Bug Fixes
8+
9+
- Handle initial zero gradients better (Adrian Seyboldt)
10+
611

7-
### Fix
12+
### Features
813

9-
- Add back the diverging sampler stats (Adrian Seyboldt)
10-
- Use one as initial mass matrix if grad is zero (Adrian Seyboldt)
14+
- Add more sample stats about divergences (Adrian Seyboldt)
15+
16+
17+
### Miscellaneous Tasks
18+
19+
- Update dependencies (Adrian Seyboldt)
20+
21+
22+
## [0.5.1] - 2023-07-03
1123

1224
### Documentation
1325

@@ -18,6 +30,10 @@ All notable changes to this project will be documented in this file.
1830

1931
- Update metadata in Cargo.toml (Adrian Seyboldt)
2032

33+
- Add changelog using cliff (Adrian Seyboldt)
34+
35+
- Bump patch version (Adrian Seyboldt)
36+
2137

2238
### Styling
2339

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuts-rs"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["Adrian Seyboldt <[email protected]>", "PyMC Developers <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)