From 3d7f0ba7c52b6fb01ee9d1f5f4cc2017dbc6cfe6 Mon Sep 17 00:00:00 2001 From: "beeb-release-plz[bot]" <146623270+beeb-release-plz[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:17:42 +0000 Subject: [PATCH 1/3] chore: release v0.3.16 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc24fa6..af73176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2025-09-09 + +### Changed + +- Update checkout action ([#76](https://github.com/beeb/awsbck/pull/76)) - ([f55201f](https://github.com/beeb/awsbck/commit/f55201f41392f2dc2fa7759be6925b818f3c8d01)) +- Prepare for 1.0 release ([#78](https://github.com/beeb/awsbck/pull/78)) - ([7656799](https://github.com/beeb/awsbck/commit/76567992a0b6c73c6f8b3ffff3dd78962029467c)) + ## [0.3.15] - 2025-06-17 ### Changed diff --git a/Cargo.lock b/Cargo.lock index bc64e38..586e935 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "awsbck" -version = "0.3.15" +version = "0.4.0" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index a7c0637..701d4f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awsbck" -version = "0.3.15" +version = "0.4.0" edition = "2024" authors = ["Valentin Bersier "] license = "MIT OR Apache-2.0" From 92d1f5e4ca4e5c17a9abb36f5602ec3fd18b8bf1 Mon Sep 17 00:00:00 2001 From: beeb <703631+beeb@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:20:41 +0200 Subject: [PATCH 2/3] chore: update version number --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af73176..b8bff10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.4.0] - 2025-09-09 +## [1.0.0] - 2025-09-09 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 701d4f2..4863351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awsbck" -version = "0.4.0" +version = "1.0.0" edition = "2024" authors = ["Valentin Bersier "] license = "MIT OR Apache-2.0" From 25b0d9194fbd8051cc7451dd10564f7fb799c788 Mon Sep 17 00:00:00 2001 From: beeb <703631+beeb@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:21:26 +0200 Subject: [PATCH 3/3] chore: update lockfile --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 586e935..187fdcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "awsbck" -version = "0.4.0" +version = "1.0.0" dependencies = [ "anyhow", "aws-config",