Skip to content

Commit 654692d

Browse files
authored
Prepare 0.10.1 (#243)
1 parent eaab5f0 commit 654692d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.10.1
4+
- chore: Bitflags upgrade to v2 by @ptondereau [#221]
5+
- chore: Update to bindgen 0.65.1 @ptondereau [#220]
6+
- fix: Switch to use zend apis for array iteration by @joehoyle [#219]
7+
- docs: Fix some typos + badges by @striezel [#218]
8+
- fix: Stop watching Cargo.lock for changes by @rmccue [#217]
9+
- fix: Fix Zval IS_PTR type detection by @joehoyle [#216]
10+
- feat: Pass args to startup function by @joehoyle [#215]
11+
- chore: Mate GlobalExecutor::get_mut() public by @joehoyle [#214]
12+
- feat: Add is_identical for zvals by @Christian-Rades [#213]
13+
14+
[#213]: https://github.com/davidcole1340/ext-php-rs/pull/217
15+
[#214]: https://github.com/davidcole1340/ext-php-rs/pull/227
16+
[#215]: https://github.com/davidcole1340/ext-php-rs/pull/226
17+
[#216]: https://github.com/davidcole1340/ext-php-rs/pull/223
18+
[#217]: https://github.com/davidcole1340/ext-php-rs/pull/232
19+
[#218]: https://github.com/davidcole1340/ext-php-rs/pull/234
20+
[#219]: https://github.com/davidcole1340/ext-php-rs/pull/240
21+
[#220]: https://github.com/davidcole1340/ext-php-rs/pull/241
22+
[#221]: https://github.com/davidcole1340/ext-php-rs/pull/242
23+
324
## 0.10.0
425
- feat: Add PHP 8.2 support by @ptondereau [#212]
526

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
55
homepage = "https://github.com/davidcole1340/ext-php-rs"
66
license = "MIT OR Apache-2.0"
77
keywords = ["php", "ffi", "zend"]
8-
version = "0.10.0"
8+
version = "0.10.1"
99
authors = ["David Cole <david.cole1340@gmail.com>"]
1010
edition = "2018"
1111
categories = ["api-bindings"]

0 commit comments

Comments
 (0)