From 2f56ed71fb6763fd99cf101ed3c0678e304d16c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Aug 2024 04:40:25 +0000 Subject: [PATCH] chore(release): 1.1.8 [skip ci] ## [1.1.8](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.7...v1.1.8) (2024-08-10) ### Bug Fixes * **deps:** update rust crate clap to v4.5.15 ([4945117](https://github.com/smartive/swiss-qr-bill-decoder/commit/494511786a2a225361e3bd01ea847fad7bfe1553)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5da7e..972f712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.8](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.7...v1.1.8) (2024-08-10) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.15 ([4945117](https://github.com/smartive/swiss-qr-bill-decoder/commit/494511786a2a225361e3bd01ea847fad7bfe1553)) + ## [1.1.7](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.6...v1.1.7) (2024-08-09) diff --git a/Cargo.lock b/Cargo.lock index f262889..1630869 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.7" +version = "1.1.8" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4621298..fea8820 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.7" +version = "1.1.8" edition = "2021" publish = false authors = ["Mike Schmid "]