From 9dae37b4a545f05aa70a2f048428c5196690c5a4 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Thu, 21 Sep 2023 22:08:45 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c999aa2..22c89ff 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.14.0] - 2023-09-21 + ### Added * Added `devShell`, a thin wrapper around `pkgs.mkShell` which automatically provides `cargo` and `rustc`. @@ -467,6 +469,7 @@ files parsed as nix attribute sets. ## 0.1.0 - 2022-01-22 - First release +[0.14.0]: https://github.com/ipetkov/crane/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/ipetkov/crane/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/ipetkov/crane/compare/v0.12.2...v0.13.0 [0.12.2]: https://github.com/ipetkov/crane/compare/v0.12.1...v0.12.2