From 6b565ecde5db220f68604e2714c8b60f7e72718e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:18:58 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30bfd91..c5bd7d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff12ffd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [0.3.0](https://github.com/smekcio/ksef-client-python/compare/v0.2.0...v0.3.0) (2026-01-18) + + +### Features + +* **ci:** Enhance coverage check with Deprecation and Status Code validation ([119982e](https://github.com/smekcio/ksef-client-python/commit/119982eb6a3dcfa363fc7cbe27f8b7e0a4d6414b)) +* Implement comprehensive API compliance verification in CI ([5978bc2](https://github.com/smekcio/ksef-client-python/commit/5978bc28cb5aa772581783cbf7d1543cfb3faca8)) +* Implement comprehensive API compliance verification in CI ([316a890](https://github.com/smekcio/ksef-client-python/commit/316a8908d7608b924969a5013909e1f51b500535)) + + +### Bug Fixes + +* **ci:** Resolve Ruff linting issues in generated files and tools ([1cf8748](https://github.com/smekcio/ksef-client-python/commit/1cf8748e57bfaf204e72c71f318c95bdad4cdaa8)) +* Restore AsyncSecurityClient class definition missing after refactor ([e1ef032](https://github.com/smekcio/ksef-client-python/commit/e1ef032bf489c64d9da5977d0bb39f9db9826c95)) +* **tools:** Auto-fix import sorting in check_coverage.py to satisfy Ruff ([7450b01](https://github.com/smekcio/ksef-client-python/commit/7450b0188e6b054c01ac7e5fdc54402e74fc127a)) +* Update openapi_models.py to match latest generator changes (Ruff noqa placement) ([07fd209](https://github.com/smekcio/ksef-client-python/commit/07fd209f1cefc890d937613f92803a337636a4aa)) + + +### Documentation + +* **readme:** make documentation links clickable ([6aca86a](https://github.com/smekcio/ksef-client-python/commit/6aca86a3e0b36547015240d56f29dc363c893f3c)) +* **readme:** rewrite README (docs links, quick start, snippets) ([2beacf7](https://github.com/smekcio/ksef-client-python/commit/2beacf7c5261b6776e80b0df86b395e3a89dd2b9)) +* **readme:** rewrite README (docs links, quick start, snippets) ([d41d32d](https://github.com/smekcio/ksef-client-python/commit/d41d32d7f02011a23d6311cb57ee10d67cea4839)) diff --git a/pyproject.toml b/pyproject.toml index c642c79..7e4afd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ksef-client" -version = "0.2.0" +version = "0.3.0" description = "Client SDK for KSeF API v2" readme = "README.md" requires-python = ">=3.10"