From cc7d451c36f3671196034afb2c921d19dbd5ad93 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Nov 2023 08:13:51 -0600 Subject: [PATCH 1/5] docs(release): Remove cargo-as-a-lib change --- RELEASES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 3b764fd773b..b3a40bdaeb4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,7 +70,6 @@ These APIs are now stable in const contexts: Cargo ----- -- [fix: Set MSRV for internal packages](https://github.com/rust-lang/cargo/pull/12381/) - [config: merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/) - [fix(update): Clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/) - [fix(update): Make `-p` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/) From 2aad0604dac0540c60d8b4ebba1d91c24bd1f514 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Nov 2023 08:20:05 -0600 Subject: [PATCH 2/5] docs(release): Add missing cargo-clean change --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index b3a40bdaeb4..ea0637062a8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -77,6 +77,7 @@ Cargo - [feat(pkgid): Allow incomplete versions when unambigious](https://github.com/rust-lang/cargo/pull/12614/) - [feat: stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/) - [feat(cli): Add '-n' to dry-run](https://github.com/rust-lang/cargo/pull/12660/) +- [Added `--dry-run` flag and summary line at the end for `cargo clean`](https://github.com/rust-lang/cargo/pull/12638) - [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/) - [Stabilize `--keep-going`](https://github.com/rust-lang/cargo/pull/12568/) - [feat: Stabilize lints](https://github.com/rust-lang/cargo/pull/12648/) From 40e8a43a425e876c3b3590cf3a0362caa1410fbe Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Nov 2023 08:28:23 -0600 Subject: [PATCH 3/5] docs(release): Clarify cargo line items --- RELEASES.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index ea0637062a8..05f91073d32 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,17 +70,17 @@ These APIs are now stable in const contexts: Cargo ----- -- [config: merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/) -- [fix(update): Clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/) -- [fix(update): Make `-p` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/) -- [feat(help): Add styling to help output ](https://github.com/rust-lang/cargo/pull/12578/) -- [feat(pkgid): Allow incomplete versions when unambigious](https://github.com/rust-lang/cargo/pull/12614/) -- [feat: stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/) -- [feat(cli): Add '-n' to dry-run](https://github.com/rust-lang/cargo/pull/12660/) -- [Added `--dry-run` flag and summary line at the end for `cargo clean`](https://github.com/rust-lang/cargo/pull/12638) +- [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/) +- [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/) +- [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/) +- [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/) +- [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/) +- [Stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/) +- [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/) +- [For `cargo clean`, add `--dry-run` flag and summary line at the end](https://github.com/rust-lang/cargo/pull/12638) - [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/) -- [Stabilize `--keep-going`](https://github.com/rust-lang/cargo/pull/12568/) -- [feat: Stabilize lints](https://github.com/rust-lang/cargo/pull/12648/) +- [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/) +- [In `Cargo.toml`, stabilize `[lints]`](https://github.com/rust-lang/cargo/pull/12648/) From 64c0ec65315fe6023d0bc217703c16474d5f12a4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Nov 2023 08:30:31 -0600 Subject: [PATCH 4/5] docs(release): Very rough 'importance' sort --- RELEASES.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 05f91073d32..6327b1d74fb 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,17 +70,17 @@ These APIs are now stable in const contexts: Cargo ----- -- [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/) -- [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/) -- [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/) -- [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/) -- [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/) -- [Stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/) -- [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/) -- [For `cargo clean`, add `--dry-run` flag and summary line at the end](https://github.com/rust-lang/cargo/pull/12638) -- [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/) -- [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/) - [In `Cargo.toml`, stabilize `[lints]`](https://github.com/rust-lang/cargo/pull/12648/) +- [Stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/) +- [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/) +- [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/) +- [For `cargo clean`, add `--dry-run` flag and summary line at the end](https://github.com/rust-lang/cargo/pull/12638) +- [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/) +- [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/) +- [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/) +- [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/) +- [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/) +- [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/) From c8330ba354928d4c67884a88b50df3e7dc02054f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 14 Nov 2023 10:20:06 -0600 Subject: [PATCH 5/5] docs(release): Remove unstable cargo change --- RELEASES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 6327b1d74fb..951930ba173 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -198,7 +198,6 @@ These APIs are now stable in const contexts: Cargo ----- -- [Encode URL params correctly for `SourceId` in `Cargo.lock`.](https://github.com/rust-lang/cargo/pull/12280/) - [Bail out an error when using `cargo::` in custom build script.](https://github.com/rust-lang/cargo/pull/12332/)