From 3e1fdc1110db654d6f0dddbd2e23e9e72eb0e57f Mon Sep 17 00:00:00 2001 From: Adrian Seyboldt Date: Thu, 12 Dec 2024 17:44:34 +0100 Subject: [PATCH] chore(release): update version and changelog --- CHANGELOG.md | 11 ++++++++++- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f61d05..37eaf65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 151376d..ddbf95b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nuts-rs" -version = "0.13.0" +version = "0.14.0" authors = [ "Adrian Seyboldt ", "PyMC Developers ",