Skip to content

Commit 68d6027

Browse files
committed
🔖 release v1.5.0
## 1.5.0 * [FEAT] add the `Programming Language :: Python :: Free Threading :: 3 - Stable` classifier * [CHORE] clarify in the thread-safety docs that the free-threaded CPython build is supported and covered by the test suite * [CHORE] treat free-threaded CPython (`3.13t`, `3.14t`) CI jobs as normal required test runs instead of experimental jobs
1 parent 7e9c0f9 commit 68d6027

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.5.0
2+
3+
* [FEAT] add the `Programming Language :: Python :: Free Threading :: 3 - Stable` classifier
4+
* [CHORE] clarify in the thread-safety docs that the free-threaded CPython build is supported and covered by the test suite
5+
* [CHORE] treat free-threaded CPython (`3.13t`, `3.14t`) CI jobs as normal required test runs instead of experimental jobs
6+
17
## 1.4.6
28

39
* [FIX] avoid a shared default `EncodeOptions()` instance in `encode()` by constructing defaults per call

src/qs_codec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17-
__version__ = "1.4.6"
17+
__version__ = "1.5.0"
1818

1919
# Public API surface re-exported at the package root.
2020
__all__ = [

0 commit comments

Comments
 (0)