Skip to content

Commit 20ecccd

Browse files
committed
chore: Release lmutils version 0.2.1
1 parent b0b08c6 commit 20ecccd

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.2.1] - 2024-07-23
8+
79
## [0.2.0] - 2024-07-23
810

911
## [0.1.36] - 2024-07-09
@@ -82,7 +84,9 @@
8284

8385
<!-- next-url -->
8486

85-
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.0...HEAD
87+
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.2.1...HEAD
88+
89+
[0.2.1]: https://github.com/mrvillage/lmutils/compare/v0.2.0...v0.2.1
8690

8791
[0.2.0]: https://github.com/mrvillage/lmutils/compare/v0.1.36...v0.2.0
8892

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

0 commit comments

Comments
 (0)