File tree Expand file tree Collapse file tree 6 files changed +43
-4
lines changed
Expand file tree Collapse file tree 6 files changed +43
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.15.2] ( https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.1...ext-php-rs-v0.15.2 ) - 2025-12-06
4+
5+ ### Added
6+ - * (builders)* Add send_headers setter to SapiBuilder (by @Qard )
7+ - * (interface)* Add support for interfaces (by @Norbytus ) [[ #533 ] ( https://github.com/davidcole1340/ext-php-rs/issues/533 )]
8+ - * (php)* Add PHP 8.5 support ([ #592 ] ( https://github.com/extphprs/ext-php-rs/pull/592 ) ) (by @ptondereau ) [[ #592 ] ( https://github.com/davidcole1340/ext-php-rs/issues/592 )]
9+
10+ ### Fixed
11+ - * (musl)* Use Alpine 3.22 for musl tests ([ #595 ] ( https://github.com/extphprs/ext-php-rs/pull/595 ) ) (by @ptondereau ) [[ #595 ] ( https://github.com/davidcole1340/ext-php-rs/issues/595 )]
12+ - * (release-plz)* Update workflow to run release-plz ([ #578 ] ( https://github.com/extphprs/ext-php-rs/pull/578 ) ) (by @ptondereau ) [[ #578 ] ( https://github.com/davidcole1340/ext-php-rs/issues/578 )]
13+ - * (releaze-plz)* Trusted publishing token ([ #579 ] ( https://github.com/extphprs/ext-php-rs/pull/579 ) ) (by @ptondereau ) [[ #579 ] ( https://github.com/davidcole1340/ext-php-rs/issues/579 )]
14+
15+ ### Other
16+ - * (deps)* Update convert_case requirement from 0.9.0 to 0.10.0 ([ #593 ] ( https://github.com/extphprs/ext-php-rs/pull/593 ) ) (by @dependabot [ bot] ) [[ #593 ] ( https://github.com/davidcole1340/ext-php-rs/issues/593 )]
17+ - * (deps)* Bump JamesIves/github-pages-deploy-action (by @dependabot [ bot] )
18+ - * (deps)* Update convert_case requirement from 0.8.0 to 0.9.0 (by @dependabot [ bot] )
19+ - * (deps)* Update libloading requirement from 0.8 to 0.9 (by @dependabot [ bot] )
20+ - * (docs)* Fix docs workflow permissions (by @Xenira )
21+ - * (release)* Pass github pat to release workflow (by @Xenira )
22+ - * (release)* Fix permissions again (by @Xenira )
23+ - * (release)* Add missing permissions to release trigger (by @Xenira ) [[ #580 ] ( https://github.com/davidcole1340/ext-php-rs/issues/580 )]
24+ - * (release)* Trigger release via reusable workflow (by @Xenira ) [[ #579 ] ( https://github.com/davidcole1340/ext-php-rs/issues/579 )] [[ #578 ] ( https://github.com/davidcole1340/ext-php-rs/issues/578 )]
25+ - Add musl build step ([ #561 ] ( https://github.com/extphprs/ext-php-rs/pull/561 ) ) (by @ptondereau ) [[ #561 ] ( https://github.com/davidcole1340/ext-php-rs/issues/561 )]
26+ - Restructure master and pr workflows (by @Xenira )
327## [ 0.15.1] ( https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.0...ext-php-rs-v0.15.1 ) - 2025-10-29
428
529### Other
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/extphprs/ext-php-rs"
55homepage = " https://ext-php.rs"
66license = " MIT OR Apache-2.0"
77keywords = [" php" , " ffi" , " zend" ]
8- version = " 0.15.1 "
8+ version = " 0.15.2 "
99authors = [
1010 " Pierre Tondereau <pierre.tondereau@protonmail.com>" ,
1111 " Xenira <xenira@php.rs>" ,
@@ -22,7 +22,7 @@ parking_lot = { version = "0.12", features = ["arc_lock"] }
2222cfg-if = " 1.0"
2323once_cell = " 1.21"
2424anyhow = { version = " 1" , optional = true }
25- ext-php-rs-derive = { version = " =0.11.4 " , path = " ./crates/macros" }
25+ ext-php-rs-derive = { version = " =0.11.5 " , path = " ./crates/macros" }
2626
2727[dev-dependencies ]
2828skeptic = " 0.13"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.14] ( https://github.com/extphprs/ext-php-rs/compare/cargo-php-v0.1.13...cargo-php-v0.1.14 ) - 2025-12-06
4+
5+ ### Other
6+ - * (deps)* Update libloading requirement from 0.8 to 0.9 (by @dependabot [ bot] )
7+ - * (rust)* Bump Rust edition to 2024 (by @ptondereau )
38## [ 0.1.13] ( https://github.com/extphprs/ext-php-rs/compare/cargo-php-v0.1.12...cargo-php-v0.1.13 ) - 2025-10-29
49
510### Other
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/extphprs/ext-php-rs"
55homepage = " https://ext-php.rs"
66license = " MIT OR Apache-2.0"
77keywords = [" php" , " ffi" , " zend" ]
8- version = " 0.1.13 "
8+ version = " 0.1.14 "
99authors = [
1010 " Xenira <xenira@php.rs>" ,
1111 " David Cole <david.cole1340@gmail.com>" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.5] ( https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-derive-v0.11.4...ext-php-rs-derive-v0.11.5 ) - 2025-12-06
4+
5+ ### Added
6+ - * (interface)* Add support for interfaces (by @Norbytus ) [[ #533 ] ( https://github.com/davidcole1340/ext-php-rs/issues/533 )]
7+
8+ ### Other
9+ - * (deps)* Update convert_case requirement from 0.9.0 to 0.10.0 ([ #593 ] ( https://github.com/extphprs/ext-php-rs/pull/593 ) ) (by @dependabot [ bot] ) [[ #593 ] ( https://github.com/davidcole1340/ext-php-rs/issues/593 )]
10+ - * (deps)* Update convert_case requirement from 0.8.0 to 0.9.0 (by @dependabot [ bot] )
11+ - * (rust)* Bump Rust edition to 2024 (by @ptondereau )
12+ - Add musl build step ([ #561 ] ( https://github.com/extphprs/ext-php-rs/pull/561 ) ) (by @ptondereau ) [[ #561 ] ( https://github.com/davidcole1340/ext-php-rs/issues/561 )]
313## [ 0.11.4] ( https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-derive-v0.11.3...ext-php-rs-derive-v0.11.4 ) - 2025-10-29
414
515### 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/extphprs/ext-php-rs"
55homepage = " https://ext-php.rs"
66license = " MIT OR Apache-2.0"
7- version = " 0.11.4 "
7+ version = " 0.11.5 "
88authors = [
99 " Xenira <xenira@php.rs>" ,
1010 " David Cole <david.cole1340@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments