From 4a3f1394b2bc7f735f43998fc15c94579ea1d13c Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sun, 12 Jun 2022 16:56:30 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cede2e3e..fb6cbc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased -# Changed +## [0.5.0] - 2022-06-12 + +### Changed * **Breaking**: dropped compatibility for Nix versions below 2.8.1 * **Breaking**: updated all flake attributes to follow the new `.default` guidance as per Nix's warnings. Specifically: @@ -128,6 +130,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.1.0 - 2022-01-22 - First release +[0.5.0]: https://github.com/ipetkov/crane/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/ipetkov/crane/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/ipetkov/crane/compare/v0.3.3...v0.4.0 [0.3.3]: https://github.com/ipetkov/crane/compare/v0.3.2...v0.3.3