diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b1b14..0d96467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2023-11-11 + +### Changed + +- Update depencencies [(#34)](https://github.com/pythonbrad/clafrica-wish/pull/34) + ## [0.3.1] - 2023-11-10 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 7109c7e..fc2406c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "afrim-wish" -version = "0.3.1" +version = "0.3.2" dependencies = [ "afrim", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7083179..7128ec2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afrim-wish" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "Wish interface for the afrim." repository = "https://github.com/pythonbrad/afrim-wish"