File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed
Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.2] ( https://github.com/davidcole1340/ext-php-rs/compare/ext-php-rs-v0.14.1...ext-php-rs-v0.14.2 ) - 2025-07-13
4+
5+ ### Added
6+ - Make Sapi work with ZTS builds (by @Qard ) [[ #488 ] ( https://github.com/davidcole1340/ext-php-rs/issues/488 )]
7+
8+ ### Fixed
9+ - * (clippy)* Fix new clippy rule (by @Xenira )
10+ - * (macro)* Allow multiple refs with ` self_ ` (by @Xenira ) [[ #506 ] ( https://github.com/davidcole1340/ext-php-rs/issues/506 )]
11+ - * (macro)* Fix ` self_ ` reference when multiple method arguments supplied (by @Xenira ) [[ #504 ] ( https://github.com/davidcole1340/ext-php-rs/issues/504 )]
12+ - * (stubs)* Include doc comments in ` __construct() ` stubs (by @Xenira ) [[ #497 ] ( https://github.com/davidcole1340/ext-php-rs/issues/497 )]
13+
14+ ### Other
15+ - * (args)* Add missing ` embed ` feature guard (by @Xenira ) [[ #501 ] ( https://github.com/davidcole1340/ext-php-rs/issues/501 )]
16+ - * (deps)* Upgrade bindgen to ` v0.70 ` (by @Xenira )
17+ - * (release-plz)* Only run release workflow on build and lint success (by @Xenira )
18+
319## [ 0.14.1] ( https://github.com/davidcole1340/ext-php-rs/compare/ext-php-rs-v0.14.0...ext-php-rs-v0.14.1 ) - 2025-07-06
420
521### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
55homepage = " https://github.com/davidcole1340/ext-php-rs"
66license = " MIT OR Apache-2.0"
77keywords = [" php" , " ffi" , " zend" ]
8- version = " 0.14.1 "
8+ version = " 0.14.2 "
99authors = [" David Cole <david.cole1340@gmail.com>" ]
1010edition = " 2021"
1111categories = [" api-bindings" ]
@@ -18,7 +18,7 @@ parking_lot = { version = "0.12", features = ["arc_lock"] }
1818cfg-if = " 1.0"
1919once_cell = " 1.17"
2020anyhow = { version = " 1" , optional = true }
21- ext-php-rs-derive = { version = " =0.11.1 " , path = " ./crates/macros" }
21+ ext-php-rs-derive = { version = " =0.11.2 " , path = " ./crates/macros" }
2222
2323[dev-dependencies ]
2424skeptic = " 0.13"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.2] ( https://github.com/davidcole1340/ext-php-rs/compare/ext-php-rs-derive-v0.11.1...ext-php-rs-derive-v0.11.2 ) - 2025-07-13
4+
5+ ### Fixed
6+ - * (macro)* Allow multiple refs with ` self_ ` (by @Xenira ) [[ #506 ] ( https://github.com/davidcole1340/ext-php-rs/issues/506 )]
7+ - * (macro)* Fix ` self_ ` reference when multiple method arguments supplied (by @Xenira ) [[ #504 ] ( https://github.com/davidcole1340/ext-php-rs/issues/504 )]
8+ - * (stubs)* Include doc comments in ` __construct() ` stubs (by @Xenira ) [[ #497 ] ( https://github.com/davidcole1340/ext-php-rs/issues/497 )]
9+
310## [ 0.11.1] ( https://github.com/davidcole1340/ext-php-rs/compare/ext-php-rs-derive-v0.11.0...ext-php-rs-derive-v0.11.1 ) - 2025-07-06
411
512### Other
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs."
44repository = " https://github.com/davidcole1340/ext-php-rs"
55homepage = " https://github.com/davidcole1340/ext-php-rs"
66license = " MIT OR Apache-2.0"
7- version = " 0.11.1 "
7+ version = " 0.11.2 "
88authors = [" David Cole <david.cole1340@gmail.com>" ]
99edition = " 2018"
1010
You can’t perform that action at this time.
0 commit comments