Skip to content

Commit

Permalink
chore(master): release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 19, 2024
1 parent a0c174c commit b0821d3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.1](https://github.com/neochrome/parameter-store-executor/compare/v0.4.0...v0.4.1) (2024-08-19)


### Bug Fixes

* **deps:** bump aws-config from 1.5.4 to 1.5.5 ([a4c0359](https://github.com/neochrome/parameter-store-executor/commit/a4c0359175bd3919cd713a923f4d9ab816bb7bfd))
* **deps:** bump aws-sdk-ssm from 1.41.0 to 1.42.0 ([e51eae8](https://github.com/neochrome/parameter-store-executor/commit/e51eae859f634d972a25f9e71aac6b8f7751b5ec))
* **deps:** bump aws-sdk-ssm from 1.42.0 to 1.43.0 ([47ba44f](https://github.com/neochrome/parameter-store-executor/commit/47ba44f8aa9526c86e5a8c1510094ac8d908cd86))
* **deps:** bump aws-sdk-ssm from 1.43.0 to 1.44.0 ([a0c174c](https://github.com/neochrome/parameter-store-executor/commit/a0c174c1340ab7d9253335a181a53b5fbab52185))
* **deps:** bump clap from 4.5.13 to 4.5.14 ([8782d4c](https://github.com/neochrome/parameter-store-executor/commit/8782d4c8a317b9b7fa158ff72bca7a60c63164c2))
* **deps:** bump clap from 4.5.14 to 4.5.15 ([e80e796](https://github.com/neochrome/parameter-store-executor/commit/e80e7969269cfc62acd95f0b7ede88d55cc80ec5))
* **deps:** bump clap from 4.5.15 to 4.5.16 ([0d9250e](https://github.com/neochrome/parameter-store-executor/commit/0d9250e6d02989cfbb9891be7a080efafcdeb25c))
* **deps:** bump tokio from 1.39.2 to 1.39.3 ([590586e](https://github.com/neochrome/parameter-store-executor/commit/590586e0288617dc174a90d02b7b72df82f240b3))

## [0.4.0](https://github.com/neochrome/parameter-store-executor/compare/v0.3.36...v0.4.0) (2024-08-08)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parameter-store-executor"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Johan Stenqvist <[email protected]>"]

Expand Down

0 comments on commit b0821d3

Please sign in to comment.