From 2979276488655b33a882e0a956323507afce9ba4 Mon Sep 17 00:00:00 2001 From: mrvillage Date: Thu, 20 Jun 2024 11:44:34 -0400 Subject: [PATCH] chore: Release lmutils version 0.1.21 --- 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 111cd30..f2ec0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.1.21] - 2024-06-20 + ## [0.1.20] - 2024-06-20 ## [0.1.19] - 2024-06-19 @@ -48,7 +50,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.20...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.21...HEAD + +[0.1.21]: https://github.com/mrvillage/lmutils/compare/v0.1.20...v0.1.21 [0.1.20]: https://github.com/mrvillage/lmutils/compare/v0.1.19...v0.1.20 diff --git a/Cargo.lock b/Cargo.lock index e27897c..0997679 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,7 +558,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.1.20" +version = "0.1.21" dependencies = [ "csv", "extendr-api", diff --git a/Cargo.toml b/Cargo.toml index 557be22..3e1222e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.1.20" +version = "0.1.21" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"