Skip to content

Commit ee55618

Browse files
committed
chore: Release lmutils version 0.1.6
1 parent 7ccb802 commit ee55618

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.6] - 2024-06-07
8+
79
## [0.1.5] - 2024-06-06
810

911
## [0.1.4] - 2024-06-06
@@ -18,7 +20,9 @@
1820

1921
<!-- next-url -->
2022

21-
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.5...HEAD
23+
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.6...HEAD
24+
25+
[0.1.6]: https://github.com/mrvillage/lmutils/compare/v0.1.5...v0.1.6
2226

2327
[0.1.5]: https://github.com/mrvillage/lmutils/compare/v0.1.4...v0.1.5
2428

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

0 commit comments

Comments
 (0)