File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
24
## 0.10.0
4
25
- feat: Add PHP 8.2 support by @ptondereau [ #212 ]
5
26
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
5
5
homepage = " https://github.com/davidcole1340/ext-php-rs"
6
6
license = " MIT OR Apache-2.0"
7
7
keywords = [" php" , " ffi" , " zend" ]
8
- version = " 0.10.0 "
8
+ version = " 0.10.1 "
9
9
authors = [" David Cole <david.cole1340@gmail.com>" ]
10
10
edition = " 2018"
11
11
categories = [" api-bindings" ]
You can’t perform that action at this time.
0 commit comments