Skip to content

Commit d5a79ce

Browse files
authored
Add target filtering (#41)
* Use krates * Update dependencies * Disallow unknown fields * Fill out targets and ignore- values * Update CHANGELOG * Add cargo release support * Update README
1 parent a80284c commit d5a79ce

File tree

13 files changed

+371
-254
lines changed

13 files changed

+371
-254
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
<!-- next-header -->
8+
## [Unreleased] - ReleaseDate
9+
### Added
10+
- `cfg()` dependendent crates can now be ignored by specifying only the `targets = []` you actually build for
11+
- `build` and `dev` dependencies can now be optionally ignored
12+
13+
### Fixed
14+
- The `used_by` list of crates that use a particular license are now always sorted lexicographically
815

916
## [0.1.1] - 2019-12-12
1017
### Fixed
@@ -18,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1825
### Added
1926
- Initial add of the thing
2027

28+
<!-- next-url -->
2129
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.1...HEAD
22-
[0.1.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.1.0...0.1.1
23-
[0.1.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.0.1...0.1.0
30+
[0.1.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.0...0.1.1
31+
[0.1.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.0.1...0.1.0
2432
[0.0.1]: https://github.com/EmbarkStudios/cargo-about/releases/tag/0.0.1

0 commit comments

Comments
 (0)