diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f3839..328dc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.1.12] - 2024-06-17 + ## [0.1.11] - 2024-06-14 ## [0.1.10] - 2024-06-14 @@ -30,7 +32,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.11...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.12...HEAD + +[0.1.12]: https://github.com/mrvillage/lmutils/compare/v0.1.11...v0.1.12 [0.1.11]: https://github.com/mrvillage/lmutils/compare/v0.1.10...v0.1.11 diff --git a/Cargo.lock b/Cargo.lock index 308d1eb..7970445 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -549,7 +549,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.1.11" +version = "0.1.12" dependencies = [ "csv", "extendr-api", diff --git a/Cargo.toml b/Cargo.toml index 176dd9d..8ea5f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.1.11" +version = "0.1.12" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"