summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2022-05-16 19:49:18 +0200
committerjvoisin2022-05-16 19:49:18 +0200
commit3d206b9ae51680ae6c0f0eee3e11e667d343d3e4 (patch)
tree11a693757da313a1c56e2f7f2b8dcaf0826db0c6
parentbee9da3cb2b47d7121ac3fe9cc945716aaaa5d21 (diff)
Bump the changelogv0.8.1
-rw-r--r--debian/changelog7
-rw-r--r--doc/source/changelog.rst11
-rw-r--r--src/php_snuffleupagus.h2
3 files changed, 18 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 831a0f2..3282469 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1snuffleupagus (0.8.1) UNRELEASED; urgency=low
2 [ jvoisin ]
3 * Fix the version number
4 * Fix a test on PHP7
5
6 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sun, 16 Apr 2022 19:45:00 +0200
7
1snuffleupagus (0.8.0) UNRELEASED; urgency=low 8snuffleupagus (0.8.0) UNRELEASED; urgency=low
2 [ jvoisin ] 9 [ jvoisin ]
3 * Compatibility with PHP8.1 10 * Compatibility with PHP8.1
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index a69ec20..794afb8 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -1,7 +1,16 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.8.0 - `Woolly Mammoth` <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.0>`__ 2022/05/15 40.8.1 - `Batyr <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.1>`__ 2022/05/16
5-------------------------------------------------------------------------------------------
6
7Bug fixes
8^^^^^^^^^
9* Fix the version number
10* Fix a test on PHP7
11
12
130.8.0 - `Woolly Mammoth <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.0>`__ 2022/05/15
5----------------------------------------------------------------------------------------------------- 14-----------------------------------------------------------------------------------------------------
6 15
7New features 16New features
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index e40b31b..8faaf3a 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -1,7 +1,7 @@
1#ifndef PHP_SNUFFLEUPAGUS_H 1#ifndef PHP_SNUFFLEUPAGUS_H
2#define PHP_SNUFFLEUPAGUS_H 2#define PHP_SNUFFLEUPAGUS_H
3 3
4#define PHP_SNUFFLEUPAGUS_VERSION "0.9.0" 4#define PHP_SNUFFLEUPAGUS_VERSION "0.8.1"
5#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" 5#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus"
6#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH" 6#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH"
7#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" 7#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus"