diff --git a/CHANGELOG.md b/CHANGELOG.md index ce17a89..3cf767a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.1.36] - 2024-07-09 + ## [0.1.35] - 2024-07-05 ## [0.1.34] - 2024-07-05 @@ -78,7 +80,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.35...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.36...HEAD + +[0.1.36]: https://github.com/mrvillage/lmutils/compare/v0.1.35...v0.1.36 [0.1.35]: https://github.com/mrvillage/lmutils/compare/v0.1.34...v0.1.35 diff --git a/Cargo.lock b/Cargo.lock index e3cd574..3b710b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.1.35" +version = "0.1.36" dependencies = [ "csv", "extendr-api", diff --git a/Cargo.toml b/Cargo.toml index 9493c38..2943f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.1.35" +version = "0.1.36" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"