From 2d9c9b6942131960baba14e8f25b7fc542466ab7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 01:28:52 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- phper-doc/CHANGELOG.md | 6 ++++++ phper-doc/Cargo.toml | 2 +- phper/CHANGELOG.md | 6 ++++++ phper/Cargo.toml | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec3527d..4f0bfc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,7 +1240,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "phper" -version = "0.17.1" +version = "0.17.2" dependencies = [ "cfg-if", "derive_more", @@ -1270,7 +1270,7 @@ dependencies = [ [[package]] name = "phper-doc" -version = "0.15.4" +version = "0.15.5" dependencies = [ "phper", "phper-build", diff --git a/Cargo.toml b/Cargo.toml index 8df1f01..5060541 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.1", path = "./phper" } +phper = { version = "0.17.2", 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" } diff --git a/phper-doc/CHANGELOG.md b/phper-doc/CHANGELOG.md index 5e5de3a..668a756 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.5](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.4...phper-doc-v0.15.5) - 2025-12-08 + +### Other + +- updated the following local packages: phper + ## [0.15.4](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.3...phper-doc-v0.15.4) - 2025-10-09 ### Fixed diff --git a/phper-doc/Cargo.toml b/phper-doc/Cargo.toml index 2a034c1..b043fec 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.4" +version = "0.15.5" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } diff --git a/phper/CHANGELOG.md b/phper/CHANGELOG.md index d585874..0fcb36d 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.2](https://github.com/phper-framework/phper/compare/phper-v0.17.1...phper-v0.17.2) - 2025-12-08 + +### Other + +- Adds 8.5 ([#225](https://github.com/phper-framework/phper/pull/225)) + ## [0.17.1](https://github.com/phper-framework/phper/compare/phper-v0.17.0...phper-v0.17.1) - 2025-10-09 ### Fixed diff --git a/phper/Cargo.toml b/phper/Cargo.toml index 600e246..3295fff 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.1" +version = "0.17.2" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true }