Skip to content

Commit

Permalink
chore: Release laze version 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 25, 2024
1 parent 09b8188 commit c26a883
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.1.25] - 2024-11-25

### Added

- implement continue-on-error (add `-k`/`--keep-going`)
Expand Down Expand Up @@ -365,7 +367,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.1] - 2021-01-07

<!-- next-url -->
[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.24...HEAD
[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.25...HEAD
[0.1.25]: https://github.com/kaspar030/laze/compare/0.1.24...0.1.25
[0.1.24]: https://github.com/kaspar030/laze/compare/0.1.23...0.1.24
[0.1.23]: https://github.com/kaspar030/laze/compare/0.1.22...0.1.23
[0.1.22]: https://github.com/kaspar030/laze/compare/0.1.21...0.1.22
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laze"
version = "0.1.24"
version = "0.1.25"
authors = ["Kaspar Schleiser <kaspar@schleiser.de>"]
edition = "2021"

Expand Down

0 comments on commit c26a883

Please sign in to comment.