Skip to content

Commit f8b5727

Browse files
committed
Version 0.5.3
1 parent 50b70c2 commit f8b5727

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.5.3
4+
5+
- Fixed docs.rs PHP bindings file.
6+
37
## Version 0.5.2
48

59
- Constructors that return `Self` can now be added to classes. [#83]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.2"
8+
version = "0.5.3"
99
authors = ["David Cole <[email protected]>"]
1010
edition = "2018"
1111
categories = ["api-bindings"]

0 commit comments

Comments
 (0)