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
12 changes: 6 additions & 6 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
6 changes: 6 additions & 0 deletions phper-alloc/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.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
Expand Down
2 changes: 1 addition & 1 deletion phper-alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
6 changes: 6 additions & 0 deletions phper-build/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.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
Expand Down
2 changes: 1 addition & 1 deletion phper-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
10 changes: 10 additions & 0 deletions phper-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3"
version = "0.15.4"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions phper-sys/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.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
Expand Down
2 changes: 1 addition & 1 deletion phper-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
7 changes: 7 additions & 0 deletions phper-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phper-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
13 changes: 13 additions & 0 deletions phper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0"
version = "0.17.1"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
Loading