From 07c531adf572dafd494db0672cdac00e48216171 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Thu, 30 Nov 2023 14:48:56 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20520c33..61bab0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## [0.15.1] - 2023-11-30 + ### Changed * `buildDepsOnly` will now assume `cargoTestExtraArgs = "--no-run";` if not specified (since there is no point to trying to run tests with the stripped @@ -547,6 +549,7 @@ files parsed as nix attribute sets. ## 0.1.0 - 2022-01-22 - First release +[0.15.1]: https://github.com/ipetkov/crane/compare/v0.15.0...v0.15.1 [0.15.0]: https://github.com/ipetkov/crane/compare/v0.14.3...v0.15.0 [0.14.3]: https://github.com/ipetkov/crane/compare/v0.14.2...v0.14.3 [0.14.2]: https://github.com/ipetkov/crane/compare/v0.14.1...v0.14.2