From 69b7db83f98bb32b813b9d088fec015c923be067 Mon Sep 17 00:00:00 2001 From: Xenira <1288524+Xenira@users.noreply.github.com> Date: Mon, 11 May 2026 17:32:58 +0200 Subject: [PATCH] chore(ext-php-rs): release v0.15.13 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4167fe97..747c442a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [0.15.13](https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.12...ext-php-rs-v0.15.13) - 2026-05-11 + +### Fixed +- Leak one refcount in ZBox>::set_zval ([#735](https://github.com/extphprs/ext-php-rs/pull/735)) (by @ptondereau) [[#735](https://github.com/extphprs/ext-php-rs/issues/735)] ## [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 diff --git a/Cargo.toml b/Cargo.toml index 9d6c4e786..1a34dbc8b 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.12" +version = "0.15.13" authors = [ "Pierre Tondereau ", "Xenira ",