Skip to content

Commit 278df89

Browse files
committed
docs: Update changelog
1 parent b84678b commit 278df89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
- Deprecated `crate_name!()` in favor of `pkg_name!()`
13+
- Deprecated `Command::cargo_bin`, `CommandCargoExt::cargo_bin`, `cargo_bin` in favor of `cargo_bin!`, `cargo_bin_cmd!`
14+
15+
### Features
16+
17+
- Provide `cargo_bin_cmd!()`
18+
- Use `pkg_name!()` as a default parameter to `cargo_bin!()`
19+
1020
## [2.0.17] - 2025-04-16
1121

1222
### Features

0 commit comments

Comments
 (0)