From 80fcc06fd32afe597e13bb1c0e53af925d2c9588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Smekta=C5=82a?= Date: Mon, 11 May 2026 14:43:57 +0200 Subject: [PATCH] chore(main): release 0.12.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cffad5b..4f880df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.12.4" + ".": "0.12.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7273b..2872b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ * **verification-link:** sign QR II certificate URLs with the raw path and KSeF-compliant RSA-PSS parameters +## 0.12.5 (2026-05-11) + + + +## What's Changed +### Changes +* Fix export HWM guard for non-PermanentStorage date ranges by @smekcio in https://github.com/smekcio/ksef-client-python/pull/64 + + +**Full Changelog**: https://github.com/smekcio/ksef-client-python/compare/v0.12.4...v0.12.5 + ## 0.12.4 (2026-05-10) diff --git a/pyproject.toml b/pyproject.toml index a776d2f..b7bee4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ksef-client" -version = "0.12.4" +version = "0.12.5" description = "Client SDK for KSeF API v2" readme = "README.md" requires-python = ">=3.10"