Skip to content

Commit 60202a2

Browse files
committed
Update CHANGELOG
1 parent b5dfddf commit 60202a2

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9-
## [0.20.3] - 2025-03-08
9+
## [0.20.2] - 2025-03-08
1010

1111
### Changed
12+
* `craneUtils` (used internally for vendoring git dependencies) now uses
13+
`importCargoLock` to fetch its own dependencies instead of the (now
14+
deprecated) `fetchCargoTarball` method.
1215
* `cleanCargoToml` now preserves the `proc-macro` attribute of any defined
1316
targets
1417

@@ -20,13 +23,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2023
* `removeReferencesToVendoredSourcesHook` now handles file names which contain
2124
whitespace
2225

23-
## [0.20.2] - 2025-02-17
24-
25-
### Changed
26-
* `craneUtils` (used internally for vendoring git dependencies) now uses
27-
`importCargoLock` to fetch its own dependencies instead of the (now
28-
deprecated) `fetchCargoTarball` method.
29-
3026
## [0.20.1] - 2025-02-08
3127

3228
### Added
@@ -863,7 +859,6 @@ files parsed as nix attribute sets.
863859
## 0.1.0 - 2022-01-22
864860
- First release
865861

866-
[0.20.3]: https://github.com/ipetkov/crane/compare/v0.20.2...v0.20.3
867862
[0.20.2]: https://github.com/ipetkov/crane/compare/v0.20.1...v0.20.2
868863
[0.20.1]: https://github.com/ipetkov/crane/compare/v0.20.0...v0.20.1
869864
[0.20.0]: https://github.com/ipetkov/crane/compare/v0.19.4...v0.20.0

0 commit comments

Comments
 (0)