Skip to content

Commit 17ebb86

Browse files
committed
chore: Release laze version 0.1.32
1 parent d19dce4 commit 17ebb86

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [0.1.32] - 2025-02-18
13+
1214
### Fixed
1315

1416
- fix: don't leak empty variables in tasks (#647)
@@ -437,7 +439,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
437439
## [0.1.1] - 2021-01-07
438440

439441
<!-- next-url -->
440-
[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.31...HEAD
442+
[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.32...HEAD
443+
[0.1.32]: https://github.com/kaspar030/laze/compare/0.1.31...0.1.32
441444
[0.1.31]: https://github.com/kaspar030/laze/compare/0.1.30...0.1.31
442445
[0.1.30]: https://github.com/kaspar030/laze/compare/0.1.29...0.1.30
443446
[0.1.29]: https://github.com/kaspar030/laze/compare/0.1.28...0.1.29

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 = "laze"
3-
version = "0.1.31"
3+
version = "0.1.32"
44
authors = ["Kaspar Schleiser <kaspar@schleiser.de>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)