Skip to content

Commit 870c409

Browse files
chore: release (#240)
1 parent 3c4a011 commit 870c409

12 files changed

Lines changed: 44 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ repository = "https://github.com/phper-framework/phper"
3232
rust-version = "1.85"
3333

3434
[workspace.dependencies]
35-
phper = { version = "0.17.3", path = "./phper" }
36-
phper-alloc = { version = "0.16.2", path = "./phper-alloc" }
37-
phper-build = { version = "0.15.5", path = "./phper-build" }
35+
phper = { version = "0.17.4", path = "./phper" }
36+
phper-alloc = { version = "0.16.3", path = "./phper-alloc" }
37+
phper-build = { version = "0.15.6", path = "./phper-build" }
3838
phper-macros = { version = "0.15.3", path = "./phper-macros" }
39-
phper-sys = { version = "0.15.5", path = "./phper-sys" }
39+
phper-sys = { version = "0.15.6", path = "./phper-sys" }
4040
phper-test = { version = "0.16.2", path = "./phper-test" }

phper-alloc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.3](https://github.com/phper-framework/phper/compare/phper-alloc-v0.16.2...phper-alloc-v0.16.3) - 2026-06-25
11+
12+
### Other
13+
14+
- updated the following local packages: phper-sys, phper-build
15+
1016
## [0.16.2](https://github.com/phper-framework/phper/compare/phper-alloc-v0.16.1...phper-alloc-v0.16.2) - 2026-06-23
1117

1218
### Other

phper-alloc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-alloc"
1313
description = "Alloc related items for phper crate."
1414
keywords = ["php", "alloc"]
15-
version = "0.16.2"
15+
version = "0.16.3"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-build/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.6](https://github.com/phper-framework/phper/compare/phper-build-v0.15.5...phper-build-v0.15.6) - 2026-06-25
11+
12+
### Other
13+
14+
- updated the following local packages: phper-sys
15+
1016
## [0.15.5](https://github.com/phper-framework/phper/compare/phper-build-v0.15.4...phper-build-v0.15.5) - 2026-06-23
1117

1218
### Added

phper-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-build"
1313
description = "Generates stubs for project using phper."
1414
keywords = ["php", "binding"]
15-
version = "0.15.5"
15+
version = "0.15.6"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-doc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.7](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.6...phper-doc-v0.15.7) - 2026-06-25
11+
12+
### Other
13+
14+
- updated the following local packages: phper, phper-build
15+
1016
## [0.15.6](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.5...phper-doc-v0.15.6) - 2026-06-23
1117

1218
### Added

phper-doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-doc"
1313
description = "The documentation of phper."
1414
keywords = ["php", "documentation"]
15-
version = "0.15.6"
15+
version = "0.15.7"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-sys/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.6](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.5...phper-sys-v0.15.6) - 2026-06-25
11+
12+
### Added
13+
14+
- add materialize_missing for optional parameters ([#239](https://github.com/phper-framework/phper/pull/239))
15+
1016
## [0.15.5](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.4...phper-sys-v0.15.5) - 2026-06-23
1117

1218
### Other

phper-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-sys"
1313
description = "Low level PHP binding for Rust."
1414
keywords = ["php", "binding"]
15-
version = "0.15.5"
15+
version = "0.15.6"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

0 commit comments

Comments
 (0)