From 71a0316524d520712fd6e85caf1475ee96cf6998 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Oct 2024 01:02:40 +0000 Subject: [PATCH] chore(release): 1.1.25 [skip ci] ## [1.1.25](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.24...v1.1.25) (2024-10-19) ### Bug Fixes * **deps:** update rust crate serde_json to v1.0.131 ([fc1585f](https://github.com/smartive/swiss-qr-bill-decoder/commit/fc1585f00c896ca1812d457a5f6dec1053d8bb7f)) --- 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 50c1b39..409787d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.25](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.24...v1.1.25) (2024-10-19) + + +### Bug Fixes + +* **deps:** update rust crate serde_json to v1.0.131 ([fc1585f](https://github.com/smartive/swiss-qr-bill-decoder/commit/fc1585f00c896ca1812d457a5f6dec1053d8bb7f)) + ## [1.1.24](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.23...v1.1.24) (2024-10-18) diff --git a/Cargo.lock b/Cargo.lock index d7c585f..544621f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.24" +version = "1.1.25" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 060b4a7..eec04fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.24" +version = "1.1.25" edition = "2021" publish = false authors = ["Mike Schmid "]