diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa3357..811c4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.34] - 2024-11-14 + ## [0.2.33] - 2024-11-13 ## [0.2.32] - 2024-11-13 @@ -150,7 +152,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.33...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.34...HEAD + +[0.2.34]: https://github.com/mrvillage/lmutils/compare/v0.2.33...v0.2.34 [0.2.33]: https://github.com/mrvillage/lmutils/compare/v0.2.32...v0.2.33 diff --git a/Cargo.lock b/Cargo.lock index cfb8aa9..d648ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1039,7 +1039,7 @@ dependencies = [ [[package]] name = "lmutils" -version = "0.2.33" +version = "0.2.34" dependencies = [ "assert_float_eq", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d96fd8b..4978723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.2.33" +version = "0.2.34" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"