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