From bae8f93adfed13d2ead5342c1683e6375f77d861 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Oct 2024 21:58:46 +0000 Subject: [PATCH] chore(release): 1.1.19 [skip ci] ## [1.1.19](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.18...v1.1.19) (2024-10-01) ### Bug Fixes * **deps:** update rust crate clap to v4.5.19 ([8f25e8b](https://github.com/smartive/swiss-qr-bill-decoder/commit/8f25e8b72ed26db5b0ef9529b05ba4b74228927d)) --- 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 fbfd1df..4b471cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.19](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.18...v1.1.19) (2024-10-01) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.19 ([8f25e8b](https://github.com/smartive/swiss-qr-bill-decoder/commit/8f25e8b72ed26db5b0ef9529b05ba4b74228927d)) + ## [1.1.18](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.17...v1.1.18) (2024-09-29) diff --git a/Cargo.lock b/Cargo.lock index f1579f9..b1e9250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.18" +version = "1.1.19" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 2988d85..6459f51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.18" +version = "1.1.19" edition = "2021" publish = false authors = ["Mike Schmid "]