From 792116f3e7320c0202c6811976c8e21f1f13a2a6 Mon Sep 17 00:00:00 2001 From: mrvillage Date: Wed, 5 Jun 2024 19:40:13 -0400 Subject: [PATCH] chore: Release lmutils version 0.1.3 --- 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 9a01f72..a08dcb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.1.3] - 2024-06-05 + ## [0.1.2] - 2024-06-04 ## [0.1.1] - 2024-06-04 @@ -12,7 +14,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.2...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.3...HEAD + +[0.1.3]: https://github.com/mrvillage/lmutils/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/mrvillage/lmutils/compare/v0.1.1...v0.1.2 diff --git a/Cargo.lock b/Cargo.lock index bc1fee3..6c60d9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.1.2" +version = "0.1.3" dependencies = [ "csv", "extendr-api", diff --git a/Cargo.toml b/Cargo.toml index ccafa96..a84dfac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"