From 3bd6823a8a29337cba6a651c53e6a8a6693fc1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Kr=C3=BCger?= Date: Tue, 4 Aug 2026 16:54:41 +0200 Subject: [PATCH] chore: release v0.3.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0a8ed..3a64b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project are documented in this file. Entries from 0.4.0 on are generated by release-plz from Conventional Commits. +## [0.3.3](https://github.com/floatingpixels/fints/compare/v0.3.2...v0.3.3) - 2026-08-04 + +### Other + +- state the all-rights-reserved licensing posture + ## [0.3.2](https://github.com/floatingpixels/fints/compare/v0.3.1...v0.3.2) - 2026-08-03 ### Other diff --git a/Cargo.lock b/Cargo.lock index 65a08a5..d4b64e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fints" -version = "0.3.2" +version = "0.3.3" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8ddcc5f..4bf3798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fints" -version = "0.3.2" +version = "0.3.3" edition = "2024" rust-version = "1.97.1" description = "Product-neutral FinTS 3.0 PIN/TAN client"