Skip to content

Commit 5ca073b

Browse files
committed
chore: Release lmutils version 0.1.4
1 parent a30d7ca commit 5ca073b

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.4] - 2024-06-06
8+
79
## [0.1.3] - 2024-06-05
810

911
## [0.1.2] - 2024-06-04
@@ -14,7 +16,9 @@
1416

1517
<!-- next-url -->
1618

17-
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.3...HEAD
19+
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.4...HEAD
20+
21+
[0.1.4]: https://github.com/mrvillage/lmutils/compare/v0.1.3...v0.1.4
1822

1923
[0.1.3]: https://github.com/mrvillage/lmutils/compare/v0.1.2...v0.1.3
2024

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

0 commit comments

Comments
 (0)