Skip to content

Commit 7f0f36c

Browse files
committed
chore: Release lmutils version 0.1.9
1 parent c2a91bd commit 7f0f36c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased] - ReleaseDate
66

7+
## [0.1.9] - 2024-06-14
8+
79
## [0.1.8] - 2024-06-13
810

911
## [0.1.7] - 2024-06-13
@@ -24,7 +26,9 @@
2426

2527
<!-- next-url -->
2628

27-
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.8...HEAD
29+
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.9...HEAD
30+
31+
[0.1.9]: https://github.com/mrvillage/lmutils/compare/v0.1.8...v0.1.9
2832

2933
[0.1.8]: https://github.com/mrvillage/lmutils/compare/v0.1.7...v0.1.8
3034

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lmutils"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
description = "A set of utilities for working with linear regression models"
66
license = "MIT"

0 commit comments

Comments
 (0)