From 7d006a4b971aec04c42c06c877c0e496f1f62bc0 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 3 Jan 2023 20:25:26 +0100 Subject: Bump the changelog --- debian/changelog | 7 +++++++ doc/source/changelog.rst | 9 +++++++++ src/php_snuffleupagus.h | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a3ad95c..0d73819 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +snuffleupagus (0.9.0) UNRELEASED; urgency=low + [ jvoisin ] + * Compatibility with PHP8.2 + * Add the ability block object unserialization globally. + + -- jvoisin Tue, 03 Jan 2023 20:25:00 +0200 + snuffleupagus (0.8.3) UNRELEASED; urgency=low [ jvoisin ] * Mix the stacktrace in the sha256 for the filename of .dump() diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 472e074..aa039e4 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,15 @@ Changelog ========= +0.9.0 - `Elephant seal `__ 2023/01/03 +--------------------------------------------------------------------------------------------------- + +New features +^^^^^^^^^^^^ +* Compatibility with PHP8.2 +* Add the ability block object unserialization globally. + + 0.8.3 - `Elephant Gambit `__ 2022/08/27 ----------------------------------------------------------------------------------------------------- diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 2117462..7af4da2 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h @@ -1,7 +1,7 @@ #ifndef PHP_SNUFFLEUPAGUS_H #define PHP_SNUFFLEUPAGUS_H -#define PHP_SNUFFLEUPAGUS_VERSION "0.8.3" +#define PHP_SNUFFLEUPAGUS_VERSION "0.9.0" #define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" #define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH" #define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" -- cgit v1.3