diff --git a/Cargo.lock b/Cargo.lock index fa8f8df..ec3527d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,7 +1240,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "phper" -version = "0.17.0" +version = "0.17.1" dependencies = [ "cfg-if", "derive_more", @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "phper-alloc" -version = "0.16.0" +version = "0.16.1" dependencies = [ "phper-build", "phper-sys", @@ -1263,14 +1263,14 @@ dependencies = [ [[package]] name = "phper-build" -version = "0.15.3" +version = "0.15.4" dependencies = [ "phper-sys", ] [[package]] name = "phper-doc" -version = "0.15.3" +version = "0.15.4" dependencies = [ "phper", "phper-build", @@ -1337,7 +1337,7 @@ dependencies = [ [[package]] name = "phper-sys" -version = "0.15.3" +version = "0.15.4" dependencies = [ "bindgen", "cc", @@ -1346,7 +1346,7 @@ dependencies = [ [[package]] name = "phper-test" -version = "0.16.0" +version = "0.16.1" dependencies = [ "cargo_metadata", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index f1178dd..8df1f01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,9 +32,9 @@ repository = "https://github.com/phper-framework/phper" rust-version = "1.85" [workspace.dependencies] -phper = { version = "0.17.0", path = "./phper" } -phper-alloc = { version = "0.16.0", path = "./phper-alloc" } -phper-build = { version = "0.15.3", path = "./phper-build" } +phper = { version = "0.17.1", path = "./phper" } +phper-alloc = { version = "0.16.1", path = "./phper-alloc" } +phper-build = { version = "0.15.4", path = "./phper-build" } phper-macros = { version = "0.15.2", path = "./phper-macros" } -phper-sys = { version = "0.15.3", path = "./phper-sys" } -phper-test = { version = "0.16.0", path = "./phper-test" } +phper-sys = { version = "0.15.4", path = "./phper-sys" } +phper-test = { version = "0.16.1", path = "./phper-test" } diff --git a/phper-alloc/CHANGELOG.md b/phper-alloc/CHANGELOG.md index bef53da..e9bcd13 100644 --- a/phper-alloc/CHANGELOG.md +++ b/phper-alloc/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.1](https://github.com/phper-framework/phper/compare/phper-alloc-v0.16.0...phper-alloc-v0.16.1) - 2025-10-09 + +### Other + +- updated the following local packages: phper-sys, phper-build + ## [0.16.0](https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.2...phper-alloc-v0.16.0) - 2025-07-03 ### Added diff --git a/phper-alloc/Cargo.toml b/phper-alloc/Cargo.toml index 19654d6..56ae70a 100644 --- a/phper-alloc/Cargo.toml +++ b/phper-alloc/Cargo.toml @@ -12,7 +12,7 @@ name = "phper-alloc" description = "Alloc related items for phper crate." keywords = ["php", "alloc"] -version = "0.16.0" +version = "0.16.1" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } diff --git a/phper-build/CHANGELOG.md b/phper-build/CHANGELOG.md index 3245cf8..63f5fbe 100644 --- a/phper-build/CHANGELOG.md +++ b/phper-build/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.4](https://github.com/phper-framework/phper/compare/phper-build-v0.15.3...phper-build-v0.15.4) - 2025-10-09 + +### Other + +- updated the following local packages: phper-sys + ## [0.15.3](https://github.com/phper-framework/phper/compare/phper-build-v0.15.2...phper-build-v0.15.3) - 2025-07-03 ### Added diff --git a/phper-build/Cargo.toml b/phper-build/Cargo.toml index aa9eb05..c68aec7 100644 --- a/phper-build/Cargo.toml +++ b/phper-build/Cargo.toml @@ -12,7 +12,7 @@ name = "phper-build" description = "Generates stubs for project using phper." keywords = ["php", "binding"] -version = "0.15.3" +version = "0.15.4" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } diff --git a/phper-doc/CHANGELOG.md b/phper-doc/CHANGELOG.md index 3b89ad3..5e5de3a 100644 --- a/phper-doc/CHANGELOG.md +++ b/phper-doc/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.4](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.3...phper-doc-v0.15.4) - 2025-10-09 + +### Fixed + +- Update feature attribute for documentation configuration ([#224](https://github.com/phper-framework/phper/pull/224)) + +### Other + +- adding function start and end line number ([#219](https://github.com/phper-framework/phper/pull/219)) + ## [0.15.3](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.2...phper-doc-v0.15.3) - 2025-07-03 ### Added diff --git a/phper-doc/Cargo.toml b/phper-doc/Cargo.toml index ab01198..2a034c1 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.3" +version = "0.15.4" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } diff --git a/phper-sys/CHANGELOG.md b/phper-sys/CHANGELOG.md index 8469d92..e11411d 100644 --- a/phper-sys/CHANGELOG.md +++ b/phper-sys/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.4](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.3...phper-sys-v0.15.4) - 2025-10-09 + +### Other + +- adding functions for interacting with execution context ([#221](https://github.com/phper-framework/phper/pull/221)) + ## [0.15.3](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.2...phper-sys-v0.15.3) - 2025-07-03 ### Added diff --git a/phper-sys/Cargo.toml b/phper-sys/Cargo.toml index 8fbddba..67a71d0 100644 --- a/phper-sys/Cargo.toml +++ b/phper-sys/Cargo.toml @@ -12,7 +12,7 @@ name = "phper-sys" description = "Low level PHP binding for Rust." keywords = ["php", "binding"] -version = "0.15.3" +version = "0.15.4" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } diff --git a/phper-test/CHANGELOG.md b/phper-test/CHANGELOG.md index ddd3435..6ef9022 100644 --- a/phper-test/CHANGELOG.md +++ b/phper-test/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.1](https://github.com/phper-framework/phper/compare/phper-test-v0.16.0...phper-test-v0.16.1) - 2025-10-09 + +### Fixed + +- Update feature attribute for documentation configuration ([#224](https://github.com/phper-framework/phper/pull/224)) +- fix invocation of functions with type hint ([#220](https://github.com/phper-framework/phper/pull/220)) + ## [0.16.0](https://github.com/phper-framework/phper/compare/phper-test-v0.15.1...phper-test-v0.16.0) - 2025-07-03 ### Added diff --git a/phper-test/Cargo.toml b/phper-test/Cargo.toml index beaa039..d000110 100644 --- a/phper-test/Cargo.toml +++ b/phper-test/Cargo.toml @@ -12,7 +12,7 @@ name = "phper-test" description = "PHPer testing utilities." keywords = ["php", "binding"] -version = "0.16.0" +version = "0.16.1" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } diff --git a/phper/CHANGELOG.md b/phper/CHANGELOG.md index 75a4cf2..d585874 100644 --- a/phper/CHANGELOG.md +++ b/phper/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.1](https://github.com/phper-framework/phper/compare/phper-v0.17.0...phper-v0.17.1) - 2025-10-09 + +### Fixed + +- Update feature attribute for documentation configuration ([#224](https://github.com/phper-framework/phper/pull/224)) +- fix invocation of functions with type hint ([#220](https://github.com/phper-framework/phper/pull/220)) + +### Other + +- adding functions for interacting with execution context ([#221](https://github.com/phper-framework/phper/pull/221)) +- adding function start and end line number ([#219](https://github.com/phper-framework/phper/pull/219)) +- provide access to return_value, function's type, filename, line number ([#217](https://github.com/phper-framework/phper/pull/217)) + ## [0.17.0](https://github.com/phper-framework/phper/compare/phper-v0.16.1...phper-v0.17.0) - 2025-07-03 ### Added diff --git a/phper/Cargo.toml b/phper/Cargo.toml index 1aff5e6..5791c67 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.0" +version = "0.17.1" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true }