Skip to content

Commit aca9ff9

Browse files
committed
chore: Release laze version 0.1.31
1 parent 6a388cb commit aca9ff9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.31] - 2025-02-17
13+
1214
### Added
1315

1416
- feat: context `provides`/`provides_unique` (#639)
@@ -431,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
431433
## [0.1.1] - 2021-01-07
432434

433435
<!-- next-url -->
434-
[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.30...HEAD
436+
[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.31...HEAD
437+
[0.1.31]: https://github.com/kaspar030/laze/compare/0.1.30...0.1.31
435438
[0.1.30]: https://github.com/kaspar030/laze/compare/0.1.29...0.1.30
436439
[0.1.29]: https://github.com/kaspar030/laze/compare/0.1.28...0.1.29
437440
[0.1.28]: https://github.com/kaspar030/laze/compare/0.1.27...0.1.28

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "laze"
3-
version = "0.1.30"
3+
version = "0.1.31"
44
authors = ["Kaspar Schleiser <kaspar@schleiser.de>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)