Skip to content

Commit a1a7d20

Browse files
committed
Bump the changelog
1 parent 79dc495 commit a1a7d20

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
snuffleupagus (0.8.2) UNRELEASED; urgency=low
2+
[ jvoisin ]
3+
* Fix compilation when ZTS is used
4+
* Fix a possible infinite loop
5+
6+
-- jvoisin <[email protected]> Sun, 20 Apr 2022 22:00:00 +0200
7+
18
snuffleupagus (0.8.1) UNRELEASED; urgency=low
29
[ jvoisin ]
310
* Fix the version number

doc/source/changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
0.8.2 - `Surus <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.2>`__ 2022/05/20
5+
-------------------------------------------------------------------------------------------
6+
7+
Bug fixes
8+
^^^^^^^^^
9+
* Fix compilation when ZTS is used
10+
* Fix a possible infinite loop
11+
12+
413
0.8.1 - `Batyr <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.1>`__ 2022/05/16
514
-------------------------------------------------------------------------------------------
615

src/php_snuffleupagus.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef PHP_SNUFFLEUPAGUS_H
22
#define PHP_SNUFFLEUPAGUS_H
33

4-
#define PHP_SNUFFLEUPAGUS_VERSION "0.8.1"
4+
#define PHP_SNUFFLEUPAGUS_VERSION "0.8.2"
55
#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus"
66
#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH"
77
#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus"

0 commit comments

Comments
 (0)