Version 0.5.3

This commit is contained in:
David Cole 2021-10-07 04:25:10 +13:00
parent 50b70c28cc
commit f8b57274fb
2 changed files with 5 additions and 1 deletions

View File

@ -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]

View File

@ -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>"]
edition = "2018"
categories = ["api-bindings"]