Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.1
current_version = 1.6.0
commit = True
message =
Prepare for {new_version} release
Expand Down
17 changes: 17 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ Changelog

.. towncrier release notes start

pystack 1.6.0 (2026-01-25)
--------------------------

Features
~~~~~~~~

- Provide wheels for free-threaded builds of Python 3.13 (#271)
- Add the Python 3.14 trove classifier to our package metadata (#269)
- Improve some error messages and log messages (#260, #258)


Bug Fixes
~~~~~~~~~

- Fix handling of duplicate ``_PyRuntime`` symbols when ctypes mmaps a statically linked Python interpreter's binary in order to create a trampoline. Previously this led to "Invalid address in remote process" errors. (#258)


pystack 1.5.1 (2025-08-18)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion news/258.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/271.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/pystack/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.1"
__version__ = "1.6.0"