diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec7f436ff..23af41ae0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.13.1](https://github.com/davidcole1340/ext-php-rs/compare/ext-php-rs-v0.13.0...ext-php-rs-v0.13.1) - 2025-02-13 + +### Fixed +- *(array)* Fix double ended iterator implementation (#351) (by @Xenira) [[#351](https://github.com/davidcole1340/ext-php-rs/issues/351)] [[#316](https://github.com/davidcole1340/ext-php-rs/issues/316)] +- *(globals)* Correctly fetch `$_REQUEST` super global (#334) (by @Xenira) [[#334](https://github.com/davidcole1340/ext-php-rs/issues/334)] [[#331](https://github.com/davidcole1340/ext-php-rs/issues/331)] + +### Other +- *(cfg)* Change php81 cfg to 8.1+ (#365) (by @Xenira) [[#365](https://github.com/davidcole1340/ext-php-rs/issues/365)] + ## [0.13.0](https://github.com/davidcole1340/ext-php-rs/compare/ext-php-rs-v0.12.0...ext-php-rs-v0.13.0) - 2025-02-06 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index e8b19fa1ca..12d9e89fbf 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.13.0" +version = "0.13.1" authors = ["David Cole "] edition = "2018" categories = ["api-bindings"]