Skip to content

Commit 5c55290

Browse files
committed
Release 1.0.2
1 parent 8cdd055 commit 5c55290

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).

package.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2016-07-28</date>
20-
<time>22:00:00</time>
19+
<date>2016-07-31</date>
20+
<time>00:13:22</time>
2121
<version>
22-
<release>1.0.1</release>
23-
<api>1.0.1</api>
22+
<release>1.0.2</release>
23+
<api>1.0.2</api>
2424
</version>
2525
<stability>
26-
<release>devel</release>
27-
<api>devel</api>
26+
<release>stable</release>
27+
<api>stable</api>
2828
</stability>
2929
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
3030
<notes>
31-
Fixed Map::apply
31+
Add Map::putAll
3232
</notes>
3333
<contents>
3434
<dir name="/">

php_ds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern zend_module_entry ds_module_entry;
2020
#define phpext_ds_ptr &ds_module_entry
2121

2222
/* Replace with version number for your extension */
23-
#define PHP_DS_VERSION "1.0.1"
23+
#define PHP_DS_VERSION "1.0.2"
2424

2525
#ifdef PHP_WIN32
2626
# define PHP_API __declspec(dllexport)

0 commit comments

Comments
 (0)