Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Dec 11, 2019
1 parent c348860 commit a3b8b85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ All Notable changes to `php-mustache` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
## [0.9.1] - 2019-12-11

### Fixed
- Memory leak ([GH-57](https://github.com/jbboehr/php-mustache/issues/57))
- PHP 7.4 build issues ([GH-61](https://github.com/jbboehr/php-mustache/pull/61)) ([@sunpoet](https://github.com/sunpoet))

## [0.9.0] - 2019-05-27

Expand Down
10 changes: 5 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
<email>jbboehr@php.net</email>
<active>yes</active>
</lead>
<date>2019-05-27</date>
<date>2019-12-11</date>
<version>
<release>0.9.0</release>
<api>0.9.0</api>
<release>0.9.1</release>
<api>0.9.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- PHP 7.4 support
- Removed PHP 5.x support
- PHP 7.4 build fixes (@sunpoet)
- Fixed memory leak
</notes>
<contents>
<dir name="/">
Expand Down
4 changes: 2 additions & 2 deletions php_mustache.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include <string>

#define PHP_MUSTACHE_NAME "mustache"
#define PHP_MUSTACHE_VERSION "0.9.0"
#define PHP_MUSTACHE_RELEASE "2019-05-27"
#define PHP_MUSTACHE_VERSION "0.9.1"
#define PHP_MUSTACHE_RELEASE "2019-12-11"
#define PHP_MUSTACHE_BUILD "master"
#define PHP_MUSTACHE_AUTHORS "John Boehr <jbboehr@gmail.com> (lead)"
#define PHP_MUSTACHE_SPEC "1.1.2"
Expand Down

0 comments on commit a3b8b85

Please sign in to comment.