From ef70767475434bdb3615b43c327e2cae17ef12eb Mon Sep 17 00:00:00 2001 From: nikic Date: Wed, 23 Jul 2014 20:24:17 +0200 Subject: [PATCH] Release version 0.9.5 --- CHANGELOG.md | 6 ++++-- doc/1_Installation.markdown | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 626ec3a..b22b35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -Version 0.9.5-dev ------------------ +Version 0.9.5 (23.07.2014) +-------------------------- + +**This is the last release on the 0.9 branch.** * Add `NodeTraverser::removeVisitor()` method, which removes a visitor from the node traverser. The method was not added to the corresponding `NodeTraverserInterface` to avoid BC breaks with custom traversers (it is added in version 1.0). diff --git a/doc/1_Installation.markdown b/doc/1_Installation.markdown index f53033e..082bd77 100644 --- a/doc/1_Installation.markdown +++ b/doc/1_Installation.markdown @@ -15,7 +15,7 @@ Create a `composer.json` file in your project root and use it to define your dep { "require": { - "nikic/php-parser": "0.9.4" + "nikic/php-parser": "0.9.5" } } @@ -33,7 +33,7 @@ Installing as a PEAR package Run the following two commands: pear channel-discover nikic.github.com/pear - pear install nikic/PHPParser-0.9.4 + pear install nikic/PHPParser-0.9.5 Installing as a Git Submodule -----------------------------