From df4f03fbb7914c752a7241473d6cea84c22d7968 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2024 07:51:13 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.2.2...v1.2.3) (2024-11-08) ### Bug Fixes * **deps:** update rust crate tempfile to v3.14.0 ([#57](https://github.com/smartive/swiss-qr-bill-decoder/issues/57)) ([9db9fc2](https://github.com/smartive/swiss-qr-bill-decoder/commit/9db9fc201f9dcd8f464a6689e23619cf40899ccc)) --- 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 8ae7b13..bc812fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.2.2...v1.2.3) (2024-11-08) + + +### Bug Fixes + +* **deps:** update rust crate tempfile to v3.14.0 ([#57](https://github.com/smartive/swiss-qr-bill-decoder/issues/57)) ([9db9fc2](https://github.com/smartive/swiss-qr-bill-decoder/commit/9db9fc201f9dcd8f464a6689e23619cf40899ccc)) + ## [1.2.2](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.2.1...v1.2.2) (2024-11-06) diff --git a/Cargo.lock b/Cargo.lock index 674a88e..5ffe2cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1163,7 +1163,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.2.2" +version = "1.2.3" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 52aad34..5a04dc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.2.2" +version = "1.2.3" edition = "2021" publish = false authors = ["Mike Schmid "]