diff --git a/CHANGELOG.md b/CHANGELOG.md index a46fc03..5460d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.3] - 2024-07-23 + ## [0.2.2] - 2024-07-23 ## [0.2.1] - 2024-07-23 @@ -86,7 +88,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.2...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.3...HEAD + +[0.2.3]: https://github.com/mrvillage/lmutils/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/mrvillage/lmutils/compare/v0.2.1...v0.2.2 diff --git a/Cargo.lock b/Cargo.lock index 34f970d..66f0a07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.2.2" +version = "0.2.3" dependencies = [ "assert_float_eq", "csv", diff --git a/Cargo.toml b/Cargo.toml index d9ac652..a3fe0eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"