Skip to content

Commit b6b31f1

Browse files
committed
Prepare for 1.3.0 release
See changelog for more details. Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
1 parent 3e7d72d commit b6b31f1

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1124
pystack 1.2.0 (2023-07-31)
1225
--------------------------
1326

src/pystack/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)