diff --git a/CHANGELOG.md b/CHANGELOG.md index 2648795..ded2602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.27] - 2024-10-23 + ## [0.2.26] - 2024-10-23 ## [0.2.25] - 2024-10-23 @@ -134,7 +136,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.26...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.27...HEAD + +[0.2.27]: https://github.com/mrvillage/lmutils/compare/v0.2.26...v0.2.27 [0.2.26]: https://github.com/mrvillage/lmutils/compare/v0.2.25...v0.2.26 diff --git a/Cargo.lock b/Cargo.lock index bc1035c..44f27dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1033,7 +1033,7 @@ dependencies = [ [[package]] name = "lmutils" -version = "0.2.26" +version = "0.2.27" dependencies = [ "assert_float_eq", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index b211ab0..0976c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.2.26" +version = "0.2.27" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"