Skip to content

Commit 2b8bc04

Browse files
authored
chore(main): release 0.14.0
Merge pull request #70 from smekcio/release-please--branches--main--components--ksef-client
2 parents 21c105e + 2b04d3e commit 2b8bc04

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.13.0"
2+
".": "0.14.0"
33
}
44

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111

1212
* **verification-link:** sign QR II certificate URLs with the raw path and KSeF-compliant RSA-PSS parameters
1313

14+
## 0.14.0 (2026-05-20)
15+
16+
<!-- Release notes generated using configuration in .github/release.yml at main -->
17+
18+
## What's Changed
19+
### Changes
20+
* feat: support KSeF API 2.6.0 by @smekcio in https://github.com/smekcio/ksef-client-python/pull/69
21+
22+
23+
**Full Changelog**: https://github.com/smekcio/ksef-client-python/compare/v0.13.0...v0.14.0
24+
1425
## 0.13.0 (2026-05-17)
1526

1627
<!-- Release notes generated using configuration in .github/release.yml at main -->

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ksef-client"
7-
version = "0.13.0"
7+
version = "0.14.0"
88
description = "Client SDK for KSeF API v2"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)