Skip to content

Commit d11145d

Browse files
committed
Update changelog for 1.73
1 parent 80c09d7 commit d11145d

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

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+
343
## Cargo 1.72 (2023-08-24)
444
[64fb38c9...rust-1.72.0](https://github.com/rust-lang/cargo/compare/64fb38c9...rust-1.72.0)
545

0 commit comments

Comments
 (0)