Skip to content

Commit 26cbdc3

Browse files
committed
chore: Release lmutils version 0.1.7
1 parent 9a6b518 commit 26cbdc3

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

911
## [0.1.5] - 2024-06-06
@@ -20,7 +22,9 @@
2022

2123
<!-- next-url -->
2224

23-
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.6...HEAD
25+
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.7...HEAD
26+
27+
[0.1.7]: https://github.com/mrvillage/lmutils/compare/v0.1.6...v0.1.7
2428

2529
[0.1.6]: https://github.com/mrvillage/lmutils/compare/v0.1.5...v0.1.6
2630

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

0 commit comments

Comments
 (0)