From 4cce5fe54f84bc1b33854a1970b1098054de4eb6 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sun, 29 May 2022 16:10:00 -0700 Subject: [PATCH] Tag v0.4.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a327099..0be8865f 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.4.1] - 2022-05-29 + ### Fixed * Dummy source derivations go to greater lengths to only depend on the files they consume. Specifying the entire flake source as an input (e.g. via @@ -114,6 +116,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.1.0 - 2022-01-22 - First release +[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 [0.3.2]: https://github.com/ipetkov/crane/compare/v0.3.1...v0.3.2