Skip to content

Commit 640c928

Browse files
committed
chore: Release lmutils version 0.1.18
1 parent e97c22d commit 640c928

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.18] - 2024-06-19
8+
79
## [0.1.17] - 2024-06-19
810

911
## [0.1.16] - 2024-06-19
@@ -42,7 +44,9 @@
4244

4345
<!-- next-url -->
4446

45-
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.17...HEAD
47+
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.18...HEAD
48+
49+
[0.1.18]: https://github.com/mrvillage/lmutils/compare/v0.1.17...v0.1.18
4650

4751
[0.1.17]: https://github.com/mrvillage/lmutils/compare/v0.1.16...v0.1.17
4852

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

0 commit comments

Comments
 (0)