Skip to content

Commit 10c7a97

Browse files
committed
Release 0.5.2.
1 parent 05f5af9 commit 10c7a97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# php-embed x.x.x (not yet released)
1+
# php-embed 0.5.2 (2015-11-03)
22
* Ensure PHP private properties aren't writable.
33
* Implement `__toString` magic method on wrapped JavaScript objects.
44
* Include stack trace when JavaScript exceptions are thrown into PHP.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-embed",
33
"description": "Bidirectional interoperability between PHP and Node.js in a single process",
4-
"version": "0.5.1-git",
4+
"version": "0.5.2",
55
"homepage": "http://github.com/cscott/node-php-embed",
66
"author": "C. Scott Ananian <[email protected]>",
77
"main": "lib/index",

src/node_php_embed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define NODE_PHP_EMBED_NODE_PHP_EMBED_H_
88

99
// This should match the version declared in package.json.
10-
#define NODE_PHP_EMBED_VERSION "0.5.1-git"
10+
#define NODE_PHP_EMBED_VERSION "0.5.2"
1111

1212
extern "C" {
1313
#include "TSRM/TSRM.h"

0 commit comments

Comments
 (0)