|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Cargo 1.73 (2023-10-05) |
| 4 | +[45782b6b...HEAD](https://github.com/rust-lang/cargo/compare/45782b6b...HEAD) |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +### Changed |
| 9 | + |
| 10 | +### Fixed |
| 11 | + |
| 12 | +### Nightly only |
| 13 | + |
| 14 | +- Fixed invalid package names generated by `-Zscript`. |
| 15 | + [#12349](https://github.com/rust-lang/cargo/pull/12349) |
| 16 | +- `-Zscript` now errors out on unsupported commands — `publish` and `package`. |
| 17 | + [#12350](https://github.com/rust-lang/cargo/pull/12350) |
| 18 | + |
| 19 | +### Documentation |
| 20 | + |
| 21 | +- Use heading attributes to control the fragment. |
| 22 | + [#12339](https://github.com/rust-lang/cargo/pull/12339) |
| 23 | +- Use "number" instead of "digit" when explaining Cargo's use of semver. |
| 24 | + [#12340](https://github.com/rust-lang/cargo/pull/12340) |
| 25 | +- contrib: Add some more detail about how publishing works. |
| 26 | + [#12344](https://github.com/rust-lang/cargo/pull/12344) |
| 27 | +- Clarify "Package ID" and "Source ID" in `cargo metadata` are opaque strings. |
| 28 | + [#12313](https://github.com/rust-lang/cargo/pull/12313) |
| 29 | +- Added `profile.strip` to configuration docs. |
| 30 | + [#12337](https://github.com/rust-lang/cargo/pull/12337) |
| 31 | +- Multiple versions that differ only in the metadata tag are disallowed on crates.io. |
| 32 | + [#12335](https://github.com/rust-lang/cargo/pull/12335) |
| 33 | + |
| 34 | +### Internal |
| 35 | + |
| 36 | +- Updated to `criterion` 0.5.1. |
| 37 | + [#12338](https://github.com/rust-lang/cargo/pull/12338) |
| 38 | +- ci: automatically test new packages by using `--workspace`. |
| 39 | + [#12342](https://github.com/rust-lang/cargo/pull/12342) |
| 40 | +- ci: automatically update dependencies monthly with Renovate. |
| 41 | + [#12341](https://github.com/rust-lang/cargo/pull/12341) |
| 42 | + |
3 | 43 | ## Cargo 1.72 (2023-08-24)
|
4 | 44 | [64fb38c9...rust-1.72.0](https://github.com/rust-lang/cargo/compare/64fb38c9...rust-1.72.0)
|
5 | 45 |
|
|
0 commit comments