Skip to content

Commit a64d889

Browse files
committed
Release v0.5.1
1 parent a404df8 commit a64d889

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## Version 0.5.1
4+
35
- `PhpException` no longer requires a lifetime [#80].
46
- Added `PhpException` and `PhpResult` to prelude [#80].
57
- Fixed `ZendString` missing last character [#82].

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
55
homepage = "https://github.com/davidcole1340/ext-php-rs"
66
license = "MIT OR Apache-2.0"
77
keywords = ["php", "ffi", "zend"]
8-
version = "0.5.0"
8+
version = "0.5.1"
99
authors = ["David Cole <[email protected]>"]
1010
edition = "2018"
1111
categories = ["api-bindings"]
1212

1313
[dependencies]
1414
bitflags = "1.2.1"
1515
parking_lot = "0.11.2"
16-
ext-php-rs-derive = { version = "=0.5.0", path = "./ext-php-rs-derive" }
16+
ext-php-rs-derive = { version = "=0.5.1", path = "./ext-php-rs-derive" }
1717

1818
[build-dependencies]
1919
bindgen = { version = "0.59" }

ext-php-rs-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs."
44
repository = "https://github.com/davidcole1340/ext-php-rs"
55
homepage = "https://github.com/davidcole1340/ext-php-rs"
66
license = "MIT OR Apache-2.0"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
authors = ["David Cole <[email protected]>"]
99
edition = "2018"
1010

0 commit comments

Comments
 (0)