From 4871794e34a9a592a9febf4fe723aa26d013583c Mon Sep 17 00:00:00 2001 From: mrvillage Date: Wed, 19 Jun 2024 15:06:34 -0400 Subject: [PATCH] chore: Release lmutils version 0.1.17 --- 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 3420c20..ec584a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.1.17] - 2024-06-19 + ## [0.1.16] - 2024-06-19 ## [0.1.15] - 2024-06-19 @@ -40,7 +42,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.16...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.17...HEAD + +[0.1.17]: https://github.com/mrvillage/lmutils/compare/v0.1.16...v0.1.17 [0.1.16]: https://github.com/mrvillage/lmutils/compare/v0.1.15...v0.1.16 diff --git a/Cargo.lock b/Cargo.lock index 8131d87..1acef75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,7 +558,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.1.16" +version = "0.1.17" dependencies = [ "csv", "extendr-api", diff --git a/Cargo.toml b/Cargo.toml index 126037c..4d47ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.1.16" +version = "0.1.17" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"