Prepare 0.10.1 (#243)

This commit is contained in:
Pierre Tondereau 2023-05-16 23:41:08 +02:00 committed by GitHub
parent eaab5f0694
commit 654692d879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View File

@ -1,5 +1,26 @@
# Changelog
## 0.10.1
- chore: Bitflags upgrade to v2 by @ptondereau [#221]
- chore: Update to bindgen 0.65.1 @ptondereau [#220]
- fix: Switch to use zend apis for array iteration by @joehoyle [#219]
- docs: Fix some typos + badges by @striezel [#218]
- fix: Stop watching Cargo.lock for changes by @rmccue [#217]
- fix: Fix Zval IS_PTR type detection by @joehoyle [#216]
- feat: Pass args to startup function by @joehoyle [#215]
- chore: Mate GlobalExecutor::get_mut() public by @joehoyle [#214]
- feat: Add is_identical for zvals by @Christian-Rades [#213]
[#213]: https://github.com/davidcole1340/ext-php-rs/pull/217
[#214]: https://github.com/davidcole1340/ext-php-rs/pull/227
[#215]: https://github.com/davidcole1340/ext-php-rs/pull/226
[#216]: https://github.com/davidcole1340/ext-php-rs/pull/223
[#217]: https://github.com/davidcole1340/ext-php-rs/pull/232
[#218]: https://github.com/davidcole1340/ext-php-rs/pull/234
[#219]: https://github.com/davidcole1340/ext-php-rs/pull/240
[#220]: https://github.com/davidcole1340/ext-php-rs/pull/241
[#221]: https://github.com/davidcole1340/ext-php-rs/pull/242
## 0.10.0
- feat: Add PHP 8.2 support by @ptondereau [#212]

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.10.0"
version = "0.10.1"
authors = ["David Cole <david.cole1340@gmail.com>"]
edition = "2018"
categories = ["api-bindings"]