Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
6 changes: 6 additions & 0 deletions phper-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phper-doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
6 changes: 6 additions & 0 deletions phper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
Loading