Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Mar 9, 2025
1 parent b5dfddf commit 60202a2
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.20.3] - 2025-03-08
## [0.20.2] - 2025-03-08

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

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

## [0.20.2] - 2025-02-17

### Changed
* `craneUtils` (used internally for vendoring git dependencies) now uses
`importCargoLock` to fetch its own dependencies instead of the (now
deprecated) `fetchCargoTarball` method.

## [0.20.1] - 2025-02-08

### Added
Expand Down Expand Up @@ -863,7 +859,6 @@ files parsed as nix attribute sets.
## 0.1.0 - 2022-01-22
- First release

[0.20.3]: https://github.com/ipetkov/crane/compare/v0.20.2...v0.20.3
[0.20.2]: https://github.com/ipetkov/crane/compare/v0.20.1...v0.20.2
[0.20.1]: https://github.com/ipetkov/crane/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/ipetkov/crane/compare/v0.19.4...v0.20.0
Expand Down

0 comments on commit 60202a2

Please sign in to comment.