From 95683f10e5b1ca771500c6862a9e39c8325ab9fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Oct 2024 15:02:06 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.27...v1.2.0) (2024-10-26) ### Features * add clippy to pipeline ([#53](https://github.com/smartive/swiss-qr-bill-decoder/issues/53)) ([e9d3c0c](https://github.com/smartive/swiss-qr-bill-decoder/commit/e9d3c0c187f9aa28a92533dbde494c6d6c705a66)) --- 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 35cb08b..19b0950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.27...v1.2.0) (2024-10-26) + + +### Features + +* add clippy to pipeline ([#53](https://github.com/smartive/swiss-qr-bill-decoder/issues/53)) ([e9d3c0c](https://github.com/smartive/swiss-qr-bill-decoder/commit/e9d3c0c187f9aa28a92533dbde494c6d6c705a66)) + ## [1.1.27](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.26...v1.1.27) (2024-10-22) diff --git a/Cargo.lock b/Cargo.lock index b607819..3430566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.27" +version = "1.2.0" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4423d21..606b9f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.27" +version = "1.2.0" edition = "2021" publish = false authors = ["Mike Schmid "]