Skip to content

Commit 8f03706

Browse files
committed
chore: Release laze version 0.1.29
1 parent 252ce24 commit 8f03706

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.29] - 2024-12-20
13+
1214
### Added
1315

1416
- feat(cli): implement dynamic shell completions (autocomplete builders, apps, modules)
@@ -416,7 +418,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
416418
## [0.1.1] - 2021-01-07
417419

418420
<!-- next-url -->
419-
[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.28...HEAD
421+
[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.29...HEAD
422+
[0.1.29]: https://github.com/kaspar030/laze/compare/0.1.28...0.1.29
420423
[0.1.28]: https://github.com/kaspar030/laze/compare/0.1.27...0.1.28
421424
[0.1.27]: https://github.com/kaspar030/laze/compare/0.1.26...0.1.27
422425
[0.1.26]: https://github.com/kaspar030/laze/compare/0.1.25...0.1.26

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

0 commit comments

Comments
 (0)