From 13ee3cfb4884e3f07aeade8feff9ef01dcb929bd Mon Sep 17 00:00:00 2001 From: mrvillage Date: Wed, 19 Jun 2024 11:48:10 -0400 Subject: [PATCH] chore: Release lmutils version 0.1.14 --- 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 22fab66..a00d55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.1.14] - 2024-06-19 + ## [0.1.13] - 2024-06-17 ## [0.1.12] - 2024-06-17 @@ -34,7 +36,9 @@ -[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.13...HEAD +[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.14...HEAD + +[0.1.14]: https://github.com/mrvillage/lmutils/compare/v0.1.13...v0.1.14 [0.1.13]: https://github.com/mrvillage/lmutils/compare/v0.1.12...v0.1.13 diff --git a/Cargo.lock b/Cargo.lock index 554ba8b..64962ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,7 +558,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lmutils" -version = "0.1.13" +version = "0.1.14" dependencies = [ "csv", "extendr-api", diff --git a/Cargo.toml b/Cargo.toml index 48b0a09..0d0d83f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lmutils" -version = "0.1.13" +version = "0.1.14" edition = "2021" description = "A set of utilities for working with linear regression models" license = "MIT"