diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c3596..414cc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/calteran/oliframe/compare/v0.1.0...HEAD) +## [0.1.7](https://github.com/calteran/oliframe/compare/v0.1.6...v0.1.7) - 2024-08-19 + +### Other +- change to monthly, grouped dependabot updates +- Simplify deny.toml and update allowed licenses +- *(deps)* bump csscolorparser from 0.6.2 to 0.7.0 +- *(deps)* bump clap from 4.5.8 to 4.5.16 +- *(deps)* bump EmbarkStudios/cargo-deny-action from 1 to 2 +- *(deps)* bump image from 0.25.1 to 0.25.2 + ## [0.1.6](https://github.com/calteran/oliframe/compare/v0.1.5...v0.1.6) - 2024-07-01 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7a6a0df..f79c7ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,7 +659,7 @@ dependencies = [ [[package]] name = "oliframe" -version = "0.1.6" +version = "0.1.7" dependencies = [ "clap", "csscolorparser", diff --git a/Cargo.toml b/Cargo.toml index 9779fb6..2c48257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "oliframe" description = "Add a simple border to one or more images" repository = "https://github.com/calteran/oliframe" -version = "0.1.6" +version = "0.1.7" edition = "2021" license = "MIT" readme = "README.md"