From 29522bf869583394f9a96ca82165a1f104e04978 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sat, 30 Nov 2024 10:09:12 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9058653..b4ac0e21 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.19.4] - 2024-11-30 + ### Fixed * `removeReferencesToVendoredSources` now deduplicates any found references to avoid pathological memory usage before removing them. @@ -791,6 +793,7 @@ files parsed as nix attribute sets. ## 0.1.0 - 2022-01-22 - First release +[0.19.4]: https://github.com/ipetkov/crane/compare/v0.19.3...v0.19.4 [0.19.3]: https://github.com/ipetkov/crane/compare/v0.19.2...v0.19.3 [0.19.2]: https://github.com/ipetkov/crane/compare/v0.19.1...v0.19.2 [0.19.1]: https://github.com/ipetkov/crane/compare/v0.19.0...v0.19.1