Skip to content

Commit

Permalink
Merge pull request #155 from supermetrics-public/release/0.9.6
Browse files Browse the repository at this point in the history
Publish version 0.9.6
  • Loading branch information
crocodele committed Jan 13, 2022
2 parents 12536b4 + cc0eba3 commit 02006c9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 8 deletions.
45 changes: 38 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<email/>
<active>yes</active>
</lead>
<date>2021-10-31</date>
<date>2022-01-13</date>
<version>
<release>0.9.5</release>
<release>0.9.6</release>
<api>0.9.4</api>
</version>
<stability>
Expand All @@ -27,12 +27,13 @@
</stability>
<license uri="https://www.php.net/license/3_01.txt">PHP License</license>
<notes>
## Bug fixes
- Fix issues 143, 145, 146 @mkaminski1988 (#147)
## Changes
- Basic Windows CI (build and test) @cmb69 (#154)
- Fix Windows builds @cmb69 (#153)
- Revert "Issue #150 - pass AST\_RECURSE token to exec\_recursive\_descent()" @mkaminski1988 (#152)

## Maintenance
- Add PECL release process @crocodele (#148)
- Add instructions for building the extension with PECL @crocodele (#141)
## Bug fixes
- Dereference values to always get the underlying value @crocodele (#151)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -378,6 +379,14 @@
<file name="001.phpt" role="test"/>
<file name="002.phpt" role="test"/>
</dir>
<dir name="references">
<file name="001.phpt" role="test"/>
<file name="002.phpt" role="test"/>
<file name="003.phpt" role="test"/>
<file name="004.phpt" role="test"/>
<file name="005.phpt" role="test"/>
<file name="006.phpt" role="test"/>
</dir>
<dir name="regex">
<file name="001.phpt" role="test"/>
<file name="002.phpt" role="test"/>
Expand All @@ -402,6 +411,28 @@
<providesextension>jsonpath</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2022-01-13</date>
<time>12:59:18</time>
<version>
<release>0.9.6</release>
<api>0.9.4</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="https://www.php.net/license/3_01.txt">PHP License</license>
<notes>
## Changes
- Basic Windows CI (build and test) @cmb69 (#154)
- Fix Windows builds @cmb69 (#153)
- Revert "Issue #150 - pass AST\_RECURSE token to exec\_recursive\_descent()" @mkaminski1988 (#152)

## Bug fixes
- Dereference values to always get the underlying value @crocodele (#151)
</notes>
</release>
<release>
<date>2021-10-31</date>
<time>16:06:55</time>
Expand Down
2 changes: 1 addition & 1 deletion php_jsonpath.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extern zend_module_entry jsonpath_module_entry;
#define phpext_jsonpath_ptr &jsonpath_module_entry

#define PHP_JSONPATH_VERSION "0.9.5"
#define PHP_JSONPATH_VERSION "0.9.6"

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

0 comments on commit 02006c9

Please sign in to comment.