Skip to content

Commit 7ea84e3

Browse files
committed
chore: Release lmutils version 0.1.5
1 parent 1cc5e2c commit 7ea84e3

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.5] - 2024-06-06
8+
79
## [0.1.4] - 2024-06-06
810

911
## [0.1.3] - 2024-06-05
@@ -16,7 +18,9 @@
1618

1719
<!-- next-url -->
1820

19-
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.4...HEAD
21+
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.5...HEAD
22+
23+
[0.1.5]: https://github.com/mrvillage/lmutils/compare/v0.1.4...v0.1.5
2024

2125
[0.1.4]: https://github.com/mrvillage/lmutils/compare/v0.1.3...v0.1.4
2226

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.4"
3+
version = "0.1.5"
44
edition = "2021"
55
description = "A set of utilities for working with linear regression models"
66
license = "MIT"

0 commit comments

Comments
 (0)