File cargo-vendor-filterer.changes of Package cargo-vendor-filterer
-------------------------------------------------------------------
Thu May 8 13:27:30 UTC 2025 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update dependencies to fix bsc#1242681
-------------------------------------------------------------------
Fri Nov 1 13:53:57 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 0.5.16:
* Fix wrongly filtered out packages when using --versioned-dirs
* feat: add optional dep-kind parameter
-------------------------------------------------------------------
Tue Sep 10 23:58:35 UTC 2024 - William Brown <william.brown@suse.com>
- explicitly depend on cargo to pull in latest compiler revision
-------------------------------------------------------------------
Wed May 8 09:50:40 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to 0.5.14:
* improvement: add option `--no-default-features` and `--features`
* change fieldname types of feature and no-default-features to Vec<String> and bool, respectively
* fix: use clap and serde default for new fieldnames
* cleanup: replace Option<bool> with default values with bool for all-features
* cleanup: add the if-elses for the new cli and config options on add_packages_for_platform too
* ci: update nushell to 0.91.0 for vendor tests
- Update service file:
* use glob so we don't need to edit versions in the _service file.
-------------------------------------------------------------------
Thu Mar 28 09:25:41 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update to 0.5.13
* Add --respect-source-config option
* Implement --sync
- Use filtered vendor-tarball
- Remove cargo_config, which is now part of the vendor-tarball
-------------------------------------------------------------------
Wed Feb 28 11:26:23 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update to 0.5.12
* Warn about unknown keys in Cargo.toml
* Correctly handle filtered-out latest versions
-------------------------------------------------------------------
Mon Sep 11 01:14:07 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Initial spec for cargo-vendor-filterer 0.5.11