Skip to content

Commit

Permalink
Bump the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Jan 2, 2021
1 parent fb4e6f5 commit 047b2d0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
10 changes: 9 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
snuffleupagus (0.7.0) UNRELEASED; urgency=medium
[ jvoisin ]
* PHP8 support
* Stacktraces in dumps
* The `>` operator skips over functions
* PCRE2 is used when possible
* The `generate_rules.php` script is now more portable
* The strict mode is now disableable

snuffleupagus (0.6.0) UNRELEASED; urgency=medium

[ jvoisin ]
Expand All @@ -12,7 +21,6 @@ snuffleupagus (0.6.0) UNRELEASED; urgency=medium

-- jvoisin <[email protected]> Fri, 06 Nov 2020 17:45:00 +0200


snuffleupagus (0.5.1) UNRELEASED; urgency=medium

[ jvoisin ]
Expand Down
21 changes: 21 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

0.7.0 - `Los Elefantes <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.7.0>`__ 2021/01/02
----------------------------------------------------------------------------------------------------------

New features
^^^^^^^^^^^^
* PHP8 support
* Stacktraces in dumps
* The ``>`` operator now skips over functions

Improvements
^^^^^^^^^^^^
* Move the CI from travis to gitlab-ci
* Some code simplifications and constifications
* PCRE2 is now used when possible
* The ``generate_rules.php`` script is now more portable

Bug fixes
^^^^^^^^^
* The strict mode is now disableable


0.6.0 - `Elephant in the room <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.6.0>`__ 2020/11/06
----------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/php_snuffleupagus.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef PHP_SNUFFLEUPAGUS_H
#define PHP_SNUFFLEUPAGUS_H

#define PHP_SNUFFLEUPAGUS_VERSION "0.6.0"
#define PHP_SNUFFLEUPAGUS_VERSION "0.7.0"
#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus"
#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin"
#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus"
Expand Down

0 comments on commit 047b2d0

Please sign in to comment.