Skip to content

Commit fcd1ed6

Browse files
authored
chore: release
1 parent 6f1e99e commit fcd1ed6

File tree

6 files changed

+35
-4
lines changed

6 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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-11-14
4+
5+
### Added
6+
- *(builders)* Add send_headers setter to SapiBuilder (by @Qard)
7+
8+
### Fixed
9+
- *(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)]
10+
- *(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)]
11+
12+
### Other
13+
- *(deps)* Bump JamesIves/github-pages-deploy-action (by @dependabot[bot])
14+
- *(deps)* Update convert_case requirement from 0.8.0 to 0.9.0 (by @dependabot[bot])
15+
- *(deps)* Update libloading requirement from 0.8 to 0.9 (by @dependabot[bot])
16+
- *(docs)* Fix docs workflow permissions (by @Xenira)
17+
- *(release)* Pass github pat to release workflow (by @Xenira)
18+
- *(release)* Fix permissions again (by @Xenira)
19+
- *(release)* Add missing permissions to release trigger (by @Xenira) [[#580](https://github.com/davidcole1340/ext-php-rs/issues/580)]
20+
- *(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)]
21+
- 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)]
22+
- Restructure master and pr workflows (by @Xenira)
323
## [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
424

525
### Other

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/extphprs/ext-php-rs"
55
homepage = "https://ext-php.rs"
66
license = "MIT OR Apache-2.0"
77
keywords = ["php", "ffi", "zend"]
8-
version = "0.15.1"
8+
version = "0.15.2"
99
authors = [
1010
"Pierre Tondereau <[email protected]>",
1111
"Xenira <[email protected]>",
@@ -22,7 +22,7 @@ parking_lot = { version = "0.12", features = ["arc_lock"] }
2222
cfg-if = "1.0"
2323
once_cell = "1.21"
2424
anyhow = { 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]
2828
skeptic = "0.13"

crates/cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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-11-14
4+
5+
### Other
6+
- *(deps)* Update libloading requirement from 0.8 to 0.9 (by @dependabot[bot])
7+
- *(rust)* Bump Rust edtion 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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/extphprs/ext-php-rs"
55
homepage = "https://ext-php.rs"
66
license = "MIT OR Apache-2.0"
77
keywords = ["php", "ffi", "zend"]
8-
version = "0.1.13"
8+
version = "0.1.14"
99
authors = [
1010
"Xenira <[email protected]>",
1111
"David Cole <[email protected]>",

crates/macros/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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-11-14
4+
5+
### Other
6+
- *(deps)* Update convert_case requirement from 0.8.0 to 0.9.0 (by @dependabot[bot])
7+
- *(rust)* Bump Rust edtion to 2024 (by @ptondereau)
8+
- 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)]
39
## [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
410

511
### Other

crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs."
44
repository = "https://github.com/extphprs/ext-php-rs"
55
homepage = "https://ext-php.rs"
66
license = "MIT OR Apache-2.0"
7-
version = "0.11.4"
7+
version = "0.11.5"
88
authors = [
99
"Xenira <[email protected]>",
1010
"David Cole <[email protected]>",

0 commit comments

Comments
 (0)