From 50c9bc8cd317eab7e753607346d6f39311d9fbb6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Sep 2024 00:46:02 +0000 Subject: [PATCH] chore(release): 1.1.16 [skip ci] ## [1.1.16](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.15...v1.1.16) (2024-09-17) ### Bug Fixes * **deps:** update serde packages ([462f008](https://github.com/smartive/swiss-qr-bill-decoder/commit/462f0082158fb095badd90a3f13ca8192b490596)) --- 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 97f6b80..0cce9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.16](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.15...v1.1.16) (2024-09-17) + + +### Bug Fixes + +* **deps:** update serde packages ([462f008](https://github.com/smartive/swiss-qr-bill-decoder/commit/462f0082158fb095badd90a3f13ca8192b490596)) + ## [1.1.15](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.14...v1.1.15) (2024-09-16) diff --git a/Cargo.lock b/Cargo.lock index 19ba2e1..b8c92b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.15" +version = "1.1.16" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a9908e9..23680d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.15" +version = "1.1.16" edition = "2021" publish = false authors = ["Mike Schmid "]