From 61addf12d15ef9d0bff5e3cc26e08d08a4f88094 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 31 Oct 2022 20:43:14 +0100 Subject: [PATCH] Release 0.40 Signed-off-by: Michal Srb --- NEWS | 3 +++ gen-version | 2 +- satyr.spec.in | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b741899..fa0bb19 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ unreleased ========== + +0.40 +========== Add support for fine-grained error location lines in Python tracebacks 0.39 diff --git a/gen-version b/gen-version index bc60895..26fb946 100755 --- a/gen-version +++ b/gen-version @@ -1,6 +1,6 @@ #!/bin/bash -DEF_VER=0.39 +DEF_VER=0.40 LF=' ' diff --git a/satyr.spec.in b/satyr.spec.in index 59fc29f..a67bf8e 100644 --- a/satyr.spec.in +++ b/satyr.spec.in @@ -129,6 +129,11 @@ make check|| { %endif %changelog +* Mon Oct 31 2022 Michal Srb 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ý 0.39-1 - tests: Fix call to deprecated method - gitignore: Update local rules