Skip to content

Commit

Permalink
Release 0.40
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <[email protected]>
  • Loading branch information
msrb committed Oct 31, 2022
1 parent 8143690 commit 61addf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
unreleased
==========

0.40
==========
Add support for fine-grained error location lines in Python tracebacks

0.39
Expand Down
2 changes: 1 addition & 1 deletion gen-version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEF_VER=0.39
DEF_VER=0.40
LF='
'

Expand Down
5 changes: 5 additions & 0 deletions satyr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ make check|| {
%endif

%changelog
* Mon Oct 31 2022 Michal Srb <[email protected]> 0.40-1
- Add support for fine-grained error location lines in Python tracebacks
- py_base_stacktrace.c: Avoid duplicate include of py_base_thread.h
- py_base_stacktrace.c: include glib.h

* Fri Dec 17 2021 Matěj Grabovský <[email protected]> 0.39-1
- tests: Fix call to deprecated method
- gitignore: Update local rules
Expand Down

0 comments on commit 61addf1

Please sign in to comment.