Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [0.14.0] - 2024-12-04
## [0.14.0] - 2024-12-12

### Documentation

Expand All @@ -16,6 +16,15 @@ All notable changes to this project will be documented in this file.
- Adapt some default parameters for transformed adaptation (Adrian Seyboldt)


### Miscellaneous Tasks

- Update changelog (Adrian Seyboldt)

- Update pulp (Adrian Seyboldt)

- Update multiversion (Adrian Seyboldt)


### Refactor

- Remove unnecessary stats structs and add some transform stats (Adrian Seyboldt)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nuts-rs"
version = "0.13.0"
version = "0.14.0"
authors = [
"Adrian Seyboldt <[email protected]>",
"PyMC Developers <[email protected]>",
Expand Down
Loading