From 3969d00a0ad58889e480e2ae30d7e6c57b4d9369 Mon Sep 17 00:00:00 2001 From: Robert Chambers Date: Mon, 2 Dec 2024 08:15:33 +0100 Subject: [PATCH] chore: release v0.2.3 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6ca11..c9e5db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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.2.3](https://github.com/calteran/oliframe/compare/v0.2.2...v0.2.3) - 2024-12-02 + +### Other + +- dependency & ci updates ([#75](https://github.com/calteran/oliframe/pull/75)) +- fixed png output verification hash +- *(deps)* adjust `deny.toml` for updated licenses & version dups +- *(deps)* bump the crate-deps group with 4 updates + ## [0.2.2](https://github.com/calteran/oliframe/compare/v0.2.1...v0.2.2) - 2024-11-05 ### Other diff --git a/Cargo.lock b/Cargo.lock index 1fc6435..0b21b57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "oliframe" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "csscolorparser", diff --git a/Cargo.toml b/Cargo.toml index 048899e..7454c00 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.2.2" +version = "0.2.3" edition = "2021" license = "MIT" readme = "README.md"