From bcf622ca4ff6bc9bf79d0c36cb7d60e6105890ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Oct 2024 23:27:51 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.2.0...v1.2.1) (2024-10-28) ### Bug Fixes * **deps:** update rust crate serde to v1.0.214 ([a37bfa5](https://github.com/smartive/swiss-qr-bill-decoder/commit/a37bfa5e8c129f76ca265c24bcb691f7bebb933f)) --- 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 19b0950..0aed9ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.2.0...v1.2.1) (2024-10-28) + + +### Bug Fixes + +* **deps:** update rust crate serde to v1.0.214 ([a37bfa5](https://github.com/smartive/swiss-qr-bill-decoder/commit/a37bfa5e8c129f76ca265c24bcb691f7bebb933f)) + # [1.2.0](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.27...v1.2.0) (2024-10-26) diff --git a/Cargo.lock b/Cargo.lock index fe036e0..5457a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.2.0" +version = "1.2.1" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 606b9f3..f8b50e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.2.0" +version = "1.2.1" edition = "2021" publish = false authors = ["Mike Schmid "]