Skip to content

Commit cd448ec

Browse files
committed
chore: Release lmutils version 0.1.35
1 parent 5039902 commit cd448ec

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.35] - 2024-07-05
8+
79
## [0.1.34] - 2024-07-05
810

911
## [0.1.33] - 2024-07-04
@@ -76,7 +78,9 @@
7678

7779
<!-- next-url -->
7880

79-
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.34...HEAD
81+
[unreleased]: https://github.com/mrvillage/lmutils/compare/v0.1.35...HEAD
82+
83+
[0.1.35]: https://github.com/mrvillage/lmutils/compare/v0.1.34...v0.1.35
8084

8185
[0.1.34]: https://github.com/mrvillage/lmutils/compare/v0.1.33...v0.1.34
8286

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

0 commit comments

Comments
 (0)