diff --git a/Cargo.lock b/Cargo.lock index f34a82e..0e433db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,7 +1240,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "phper" -version = "0.17.4" +version = "0.17.5" dependencies = [ "cfg-if", "derive_more", @@ -1270,7 +1270,7 @@ dependencies = [ [[package]] name = "phper-doc" -version = "0.15.7" +version = "0.15.8" dependencies = [ "phper", "phper-build", diff --git a/Cargo.toml b/Cargo.toml index 2b700b1..f9a3c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ repository = "https://github.com/phper-framework/phper" rust-version = "1.85" [workspace.dependencies] -phper = { version = "0.17.4", path = "./phper" } +phper = { version = "0.17.5", path = "./phper" } phper-alloc = { version = "0.16.3", path = "./phper-alloc" } phper-build = { version = "0.15.6", path = "./phper-build" } phper-macros = { version = "0.15.3", path = "./phper-macros" } diff --git a/phper-doc/CHANGELOG.md b/phper-doc/CHANGELOG.md index 4d8e784..5962891 100644 --- a/phper-doc/CHANGELOG.md +++ b/phper-doc/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.8](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.7...phper-doc-v0.15.8) - 2026-06-26 + +### Other + +- updated the following local packages: phper + ## [0.15.7](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.6...phper-doc-v0.15.7) - 2026-06-25 ### Other diff --git a/phper-doc/Cargo.toml b/phper-doc/Cargo.toml index e3aa4e1..83ea267 100644 --- a/phper-doc/Cargo.toml +++ b/phper-doc/Cargo.toml @@ -12,7 +12,7 @@ name = "phper-doc" description = "The documentation of phper." keywords = ["php", "documentation"] -version = "0.15.7" +version = "0.15.8" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } diff --git a/phper/CHANGELOG.md b/phper/CHANGELOG.md index 3007706..b3dca0d 100644 --- a/phper/CHANGELOG.md +++ b/phper/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.5](https://github.com/phper-framework/phper/compare/phper-v0.17.4...phper-v0.17.5) - 2026-06-26 + +### Other + +- simplify materialize_missing to accept full defaults list ([#241](https://github.com/phper-framework/phper/pull/241)) + ## [0.17.4](https://github.com/phper-framework/phper/compare/phper-v0.17.3...phper-v0.17.4) - 2026-06-25 ### Added diff --git a/phper/Cargo.toml b/phper/Cargo.toml index 48bf5e3..4f6cfc1 100644 --- a/phper/Cargo.toml +++ b/phper/Cargo.toml @@ -14,7 +14,7 @@ description = "The framework that allows us to write PHP extensions using pure a documentation = "https://docs.rs/phper" readme = "README.md" keywords = ["php", "binding", "extension", "module"] -version = "0.17.4" +version = "0.17.5" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true }