diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3a112..a98d457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.1.26] - 2024-12-06 + ### Fixed - fix sorting of ninja build statements, preventing ninja errors @@ -382,7 +384,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.1] - 2021-01-07 -[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.25...HEAD +[Unreleased]: https://github.com/kaspar030/laze/compare/0.1.26...HEAD +[0.1.26]: https://github.com/kaspar030/laze/compare/0.1.25...0.1.26 [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 diff --git a/Cargo.lock b/Cargo.lock index a5ea87c..66edae9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,7 +649,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "laze" -version = "0.1.25" +version = "0.1.26" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 24a6195..e12d164 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laze" -version = "0.1.25" +version = "0.1.26" authors = ["Kaspar Schleiser "] edition = "2021"