From 69f2e55933be068746082c148ba03e5e9912f7cb Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Wed, 9 Oct 2024 12:08:14 -0400 Subject: [PATCH 1/4] Update the changelogs for the 1.0 releases --- crates/bitwarden/CHANGELOG.md | 2 ++ crates/bws/CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/crates/bitwarden/CHANGELOG.md b/crates/bitwarden/CHANGELOG.md index 5d3eefa95..f43c14ff3 100644 --- a/crates/bitwarden/CHANGELOG.md +++ b/crates/bitwarden/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.0] - 2024-09-26 + ### Added - Support for secrets sync (#678) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 2690c14f2..8ba742c40 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -7,13 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.0] - 2024-09-26 + ### Added - The ability to edit unassigned secrets with direct permissions. (#906) +- Add a way to opt out of state by default with the new state_opt_out key (#930) ### Changed - Updated MSRV `1.75.0` (#980) +- Use state files by default (#930) ### Removed From 5411f735fa00280d61eb1ee2049847789670e810 Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Wed, 9 Oct 2024 16:45:43 -0400 Subject: [PATCH 2/4] Update bws changelog with run command addition --- crates/bws/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 8ba742c40..4bed021da 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -12,7 +12,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added - The ability to edit unassigned secrets with direct permissions. (#906) -- Add a way to opt out of state by default with the new state_opt_out key (#930) +- A way to opt out of state by default with the new state_opt_out key (#930) +- The `run` command, to run commands with secrets (#621) ### Changed From 28090fcbde04ebb3ea8cd23520fd46055325b3e8 Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Fri, 11 Oct 2024 15:20:56 -0400 Subject: [PATCH 3/4] Move state_opt_out note to changed section for bws --- crates/bws/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 4bed021da..70004afb0 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -12,13 +12,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added - The ability to edit unassigned secrets with direct permissions. (#906) -- A way to opt out of state by default with the new state_opt_out key (#930) - The `run` command, to run commands with secrets (#621) ### Changed - Updated MSRV `1.75.0` (#980) -- Use state files by default (#930) +- Use state files by default. You can opt out of this behavior with the new `state_opt_out` key. (#930) ### Removed From f2930118ca4471a07f785eb64287806099aa618f Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Mon, 14 Oct 2024 15:32:26 -0400 Subject: [PATCH 4/4] Run prettier --- crates/bws/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 70004afb0..ba7818f90 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -17,7 +17,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed - Updated MSRV `1.75.0` (#980) -- Use state files by default. You can opt out of this behavior with the new `state_opt_out` key. (#930) +- Use state files by default. You can opt out of this behavior with the new `state_opt_out` key. + (#930) ### Removed