We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b70c2 commit f8b5727Copy full SHA for f8b5727
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 0.5.3
4
+
5
+- Fixed docs.rs PHP bindings file.
6
7
## Version 0.5.2
8
9
- Constructors that return `Self` can now be added to classes. [#83]
Cargo.toml
@@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
homepage = "https://github.com/davidcole1340/ext-php-rs"
license = "MIT OR Apache-2.0"
keywords = ["php", "ffi", "zend"]
-version = "0.5.2"
+version = "0.5.3"
authors = ["David Cole <david.cole1340@gmail.com>"]
10
edition = "2018"
11
categories = ["api-bindings"]
0 commit comments