File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2 .0
2+ current_version = 1.3 .0
33commit = True
44message =
55 Prepare for {new_version} release
Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ Changelog
88
99.. towncrier release notes start
1010
11+ pystack 1.3.0 (2023-11-28)
12+ --------------------------
13+
14+ Bug Fixes
15+ ~~~~~~~~~
16+
17+ - Add a patch to the bundled elfutils used to create wheels to account for a bug when analysing cores with interleaved segments (#153)
18+ - Removed the unused ``--self `` flag. (#141)
19+ - Fix some instances when identifying the pthread id was failing in systems without GLIBC (#152)
20+ - Fix several some race conditions when stopping threads in multithreaded programs (#155)
21+ - Ensure log messages that contain non-UTF-8 data are not lost (#155)
22+
23+
1124pystack 1.2.0 (2023-07-31)
1225--------------------------
1326
Original file line number Diff line number Diff line change 1- __version__ = "1.2 .0"
1+ __version__ = "1.3 .0"
You can’t perform that action at this time.
0 commit comments