diff --git a/CHANGELOG.md b/CHANGELOG.md index df05e24..8980c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ ## [Unreleased] - ReleaseDate +## [0.1.1] - 2024-06-04 + ## [0.1.0] - 2024-05-31 -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.0...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.1...HEAD + +[0.1.1]: https://github.com/mrvillage/lmutils/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/mrvillage/lmutils/compare/v0.0.0...v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index d2fb5d4..c88ce56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.1.0" +version = "0.1.1" dependencies = [ "csv", "extendr-api", diff --git a/Cargo.toml b/Cargo.toml index 2351d24..6b64fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"