diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8a1aeb90..967e76eba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.5.3 + +- Fixed docs.rs PHP bindings file. + ## Version 0.5.2 - Constructors that return `Self` can now be added to classes. [#83] diff --git a/Cargo.toml b/Cargo.toml index 4be6dd9788..dde1a4beca 100644 --- a/Cargo.toml +++ b/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 "] edition = "2018" categories = ["api-bindings"]