Skip to content

Commit 995e895

Browse files
committed
Prepare release of version 0.22.0
1 parent 2349ffd commit 995e895

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66

77
### Added
88

9+
- n/a
10+
11+
### Changed
12+
13+
- n/a
14+
15+
### Removed
16+
17+
- n/a
18+
19+
### Fixed
20+
21+
- n/a
22+
23+
## [0.22.0] - TBD
24+
25+
### Added
26+
927
- Added `pub fn env_remove<K: Into<OsString>>(&mut self, key: K) -> &mut MetadataCommand` to `MetadataCommand`.
1028
- Added export of `cargo_platform` at crate's root module.
1129

@@ -21,14 +39,6 @@
2139
- `thiserror` from `2.0.3` to `2.0.12`
2240
- Made `Dependency`'s `source` member the same type as `Package`'s `source` member: `Option<Source>`.
2341

24-
### Removed
25-
26-
- n/a
27-
28-
### Fixed
29-
30-
- n/a
31-
3242
## [0.19.0] - 2024-11-20
3343

3444
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo_metadata"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["Oliver Schneider <[email protected]>"]
55
repository = "https://github.com/oli-obk/cargo_metadata"
66
description = "structured access to the output of `cargo metadata`"

0 commit comments

Comments
 (0)