Skip to content

Commit

Permalink
Prepare 0.10.1 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau authored May 16, 2023
1 parent eaab5f0 commit 654692d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 654692d

Please sign in to comment.