diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4fce4..a49bb2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/johnallen3d/conditions/compare/v0.1.2...v0.1.3) - 2023-09-06 + +### Fixed +- *(weather)* typo and invalid enum ([#87](https://github.com/johnallen3d/conditions/pull/87)) + ## [0.1.2](https://github.com/johnallen3d/conditions/compare/v0.1.1...v0.1.2) - 2023-09-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 1a6c6b8..f0ca26f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conditions" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "confy", diff --git a/Cargo.toml b/Cargo.toml index 833e2be..6711a53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conditions" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["John Allen "] repository = "https://github.com/johnallen3d/conditions"