diff --git a/CHANGELOG.md b/CHANGELOG.md index a00d55b..f36d9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.1.15] - 2024-06-19 + ## [0.1.14] - 2024-06-19 ## [0.1.13] - 2024-06-17 @@ -36,7 +38,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.14...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.15...HEAD + +[0.1.15]: https://github.com/mrvillage/lmutils/compare/v0.1.14...v0.1.15 [0.1.14]: https://github.com/mrvillage/lmutils/compare/v0.1.13...v0.1.14 diff --git a/Cargo.lock b/Cargo.lock index 64962ff..233c850 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,7 +558,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.1.14" +version = "0.1.15" dependencies = [ "csv", "extendr-api", diff --git a/Cargo.toml b/Cargo.toml index 0d0d83f..7ecbe70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.1.14" +version = "0.1.15" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"