From df9e4c05cc632c0acdcc0644eda1b735a9c7779a Mon Sep 17 00:00:00 2001 From: mrvillage Date: Wed, 30 Oct 2024 20:40:20 -0400 Subject: [PATCH] chore: Release lmutils version 0.2.30 --- 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 96848d7..8a66a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.30] - 2024-10-31 + ## [0.2.29] - 2024-10-24 ## [0.2.28] - 2024-10-24 @@ -142,7 +144,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.29...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.30...HEAD + +[0.2.30]: https://github.com/mrvillage/lmutils/compare/v0.2.29...v0.2.30 [0.2.29]: https://github.com/mrvillage/lmutils/compare/v0.2.28...v0.2.29 diff --git a/Cargo.lock b/Cargo.lock index a6b33ab..13fb53a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1039,7 +1039,7 @@ dependencies = [ [[package]] name = "lmutils" -version = "0.2.29" +version = "0.2.30" dependencies = [ "assert_float_eq", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 9b68ec2..57f03a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.2.29" +version = "0.2.30" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"