From c15fd3b1ccd57c799d37dae1df90adfe6dcd46d1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:28:48 +0000 Subject: [PATCH] chore(master): release 0.3.29 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2a085..5abbe93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.29](https://github.com/neochrome/parameter-store-executor/compare/v0.3.28...v0.3.29) (2023-08-23) + + +### Bug Fixes + +* **deps:** bump clap from 4.3.21 to 4.3.22 ([3bb644d](https://github.com/neochrome/parameter-store-executor/commit/3bb644de599c85954929eb70ca607853c9ad07e5)) +* **deps:** bump clap from 4.3.22 to 4.3.23 ([f5a2938](https://github.com/neochrome/parameter-store-executor/commit/f5a293873ac8e3bb490bb724a51ba475aeb332e1)) +* **deps:** bump clap from 4.3.23 to 4.3.24 ([46a1266](https://github.com/neochrome/parameter-store-executor/commit/46a1266301fdf339d7a3da0d51a2b1563850f21e)) +* **deps:** bump rustls-webpki from 0.101.2 to 0.101.4 ([5f47efb](https://github.com/neochrome/parameter-store-executor/commit/5f47efba02b5a36a3c6d53647decf7f21663b6b1)) +* **deps:** bump tokio from 1.31.0 to 1.32.0 ([27a5160](https://github.com/neochrome/parameter-store-executor/commit/27a51608c3b80bc13a53b3a158a2ddfe0c38c653)) + ## [0.3.28](https://github.com/neochrome/parameter-store-executor/compare/v0.3.27...v0.3.28) (2023-08-14) diff --git a/Cargo.lock b/Cargo.lock index 95512a6..553f7c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1014,7 +1014,7 @@ checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" [[package]] name = "parameter-store-executor" -version = "0.3.28" +version = "0.3.29" dependencies = [ "aws-config", "aws-sdk-ssm", diff --git a/Cargo.toml b/Cargo.toml index 1966a96..973d889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parameter-store-executor" -version = "0.3.28" +version = "0.3.29" edition = "2021" authors = ["Johan Stenqvist "]