From d470fc308b38ebd77baf3154fc5955a7d58d61fd Mon Sep 17 00:00:00 2001 From: mrvillage Date: Tue, 12 Nov 2024 22:11:56 -0500 Subject: [PATCH] chore: Release lmutils version 0.2.33 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c86287..6fa3357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.33] - 2024-11-13 + ## [0.2.32] - 2024-11-13 ## [0.2.31] - 2024-11-06 @@ -148,7 +150,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.32...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.33...HEAD + +[0.2.33]: https://github.com/mrvillage/lmutils/compare/v0.2.32...v0.2.33 [0.2.32]: https://github.com/mrvillage/lmutils/compare/v0.2.31...v0.2.32 diff --git a/Cargo.lock b/Cargo.lock index 0fe0ae2..cfb8aa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1039,7 +1039,7 @@ dependencies = [ [[package]] name = "lmutils" -version = "0.2.32" +version = "0.2.33" dependencies = [ "assert_float_eq", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 4d09820..a312f10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.2.32" +version = "0.2.33" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"