Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Dec 30, 2020
1 parent f92c6d7 commit 2f29bd7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-12-30 v2.1.1

Bugfix: Fix symbol name clash on BSD systems with strtonum.


2020-12-29 v2.1.0

Improved general Python support on all the supported platforms.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([austin], [2.1.0], [https://github.com/p403n1x87/austin/issues])
AC_INIT([austin], [2.1.1], [https://github.com/p403n1x87/austin/issues])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: austin
version: '2.1.0+git'
version: '2.1.1+git'
summary: A Python frame stack sampler for CPython
description: |
Austin is a Python frame stack sampler for CPython written in pure C. It
Expand Down
4 changes: 2 additions & 2 deletions src/austin.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH AUSTIN "1" "December 2020" "austin 2.1.0" "User Commands"
.TH AUSTIN "1" "December 2020" "austin 2.1.1" "User Commands"
.SH NAME
austin \- manual page for austin 2.1.0
austin \- manual page for austin 2.1.1
.SH SYNOPSIS
.B austin
[\fI\,OPTION\/\fR...] \fI\,command \/\fR[\fI\,ARG\/\fR...]
Expand Down
2 changes: 1 addition & 1 deletion src/austin.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
#define AUSTIN_H

#define PROGRAM_NAME "austin"
#define VERSION "2.1.0"
#define VERSION "2.1.1"

#endif

0 comments on commit 2f29bd7

Please sign in to comment.