Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed Aug 3, 2016
1 parent 0210a94 commit 3a7476e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0] - 2016-08-04
### Added
- `Pair::copy`

## [1.0.4] - 2016-08-01
### Fixed
- `unserialize` memory leak when failed to unserialize.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require-dev": {
"php-ds/tests": "dev-master"
"php-ds/tests": "^1.1"
},
"scripts": {
"test": "vendor/bin/phpunit -c ./vendor/php-ds/tests/phpunit.xml"
Expand Down
7 changes: 3 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@
<date>2016-08-01</date>
<time>17:52:00</time>
<version>
<release>1.0.4</release>
<api>1.0.3</api>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
<notes>
Fix memory leak when unserialize fails
Fix bad hash table bucket copy
Add Pair::copy
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_ds.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern zend_module_entry ds_module_entry;
#define phpext_ds_ptr &ds_module_entry

/* Replace with version number for your extension */
#define PHP_DS_VERSION "1.0.4"
#define PHP_DS_VERSION "1.1.0"

#ifdef PHP_WIN32
# define PHP_API __declspec(dllexport)
Expand Down

0 comments on commit 3a7476e

Please sign in to comment.