diff --git a/CHANGELOG.md b/CHANGELOG.md index c402746..4242551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.3.11] - 2025-02-23 + +### Changed + +- Update to 2024 edition (#63) - ([4df760c](https://github.com/beeb/awsbck/commit/4df760cf8777d7579f060bb53151409eebe4c443)) + +### Fixed + +- Fix macos builds - ([29b55fe](https://github.com/beeb/awsbck/commit/29b55fe2bcc065174767eda395946498f01c2034)) +- Fix docker action - ([dfe5f33](https://github.com/beeb/awsbck/commit/dfe5f334d86235f79750cdd354e147390958f97d)) + ## [0.3.10] - 2025-01-13 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 5df3ae7..794c90d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "awsbck" -version = "0.3.10" +version = "0.3.11" dependencies = [ "anyhow", "aws-config", @@ -934,9 +934,9 @@ dependencies = [ [[package]] name = "either" -version = "1.13.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d" [[package]] name = "elliptic-curve" diff --git a/Cargo.toml b/Cargo.toml index 58e2a8f..96d1ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awsbck" -version = "0.3.10" +version = "0.3.11" edition = "2024" authors = ["Valentin Bersier "] license = "MIT OR Apache-2.0"