Skip to content

Commit

Permalink
chore(release): prepare for release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Oct 3, 2023
1 parent 0c58b50 commit dac4fb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
2023-xx-xx v3.6.0
2023-10-04 v3.6.0

Added support for CPython 3.12

Added support for sub-interpreters.

Dropped support for Python 2, 3.3, 3.4, 3.5, 3.6 and 3.7.
Dropped support for CPython 2, 3.3, 3.4, 3.5, 3.6 and 3.7.

Improved interpreter detection and general stability on all supported
platforms.

Bugfix: ensure that threads are resumed by austinp when an error occurs during
the sampling process.
Expand Down
Binary file modified doc/cheatsheet.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/austin.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH AUSTIN "1" "February 2023" "austin 3.5.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH AUSTIN "1" "October 2023" "austin 3.6.0" "User Commands"
.SH NAME
austin \- Frame stack sampler for CPython
.SH SYNOPSIS
Expand Down

0 comments on commit dac4fb3

Please sign in to comment.