From b8728db401fd1245573d2bae36049f5fb975cd28 Mon Sep 17 00:00:00 2001 From: Robert Chambers Date: Mon, 19 Aug 2024 09:34:13 +0200 Subject: [PATCH 1/2] chore: release --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c3596..cd813e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ 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 +- release dep updates ([#60](https://github.com/calteran/oliframe/pull/60)) +- change to monthly, grouped dependabot updates +- *(deps)* bump csscolorparser from 0.6.2 to 0.7.0 +- *(deps)* bump clap from 4.5.13 to 4.5.16 +- *(deps)* bump clap from 4.5.9 to 4.5.13 +- Simplify deny.toml and update allowed licenses +- *(deps)* bump EmbarkStudios/cargo-deny-action from 1 to 2 +- *(deps)* bump image from 0.25.1 to 0.25.2 +- *(deps)* bump clap from 4.5.8 to 4.5.9 + ## [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" From c1a98dc0813dce382d6ce0f0b0e9f3583806e03c Mon Sep 17 00:00:00 2001 From: Robert Chambers Date: Mon, 19 Aug 2024 09:36:26 +0200 Subject: [PATCH 2/2] chore: clean up changelog --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd813e6..414cc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.7](https://github.com/calteran/oliframe/compare/v0.1.6...v0.1.7) - 2024-08-19 ### Other -- release dep updates ([#60](https://github.com/calteran/oliframe/pull/60)) - change to monthly, grouped dependabot updates -- *(deps)* bump csscolorparser from 0.6.2 to 0.7.0 -- *(deps)* bump clap from 4.5.13 to 4.5.16 -- *(deps)* bump clap from 4.5.9 to 4.5.13 - 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 -- *(deps)* bump clap from 4.5.8 to 4.5.9 ## [0.1.6](https://github.com/calteran/oliframe/compare/v0.1.5...v0.1.6) - 2024-07-01