diff --git a/CHANGELOG.md b/CHANGELOG.md index 03144f55e..f4167fe97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [0.15.12](https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.11...ext-php-rs-v0.15.12) - 2026-04-22 + +### Fixed +- Heap corruption when returning Binary of 0/1 packed bytes ([#730](https://github.com/extphprs/ext-php-rs/pull/730)) (by @ptondereau) [[#730](https://github.com/extphprs/ext-php-rs/issues/730)] ## [0.15.11](https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.10...ext-php-rs-v0.15.11) - 2026-04-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index e7b69c466..9d6c4e786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/extphprs/ext-php-rs" homepage = "https://ext-php.rs" license = "MIT OR Apache-2.0" keywords = ["php", "ffi", "zend"] -version = "0.15.11" +version = "0.15.12" authors = [ "Pierre Tondereau ", "Xenira ",