Skip to content

chore: release #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025
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
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 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.16.0", path = "./phper" }
phper-alloc = { version = "0.15.1", path = "./phper-alloc" }
phper-build = { version = "0.15.1", path = "./phper-build" }
phper = { version = "0.16.1", path = "./phper" }
phper-alloc = { version = "0.15.2", path = "./phper-alloc" }
phper-build = { version = "0.15.2", path = "./phper-build" }
phper-macros = { version = "0.15.1", path = "./phper-macros" }
phper-sys = { version = "0.15.1", path = "./phper-sys" }
phper-sys = { version = "0.15.2", path = "./phper-sys" }
phper-test = { version = "0.15.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.15.2](https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.1...phper-alloc-v0.15.2) - 2025-05-01

### Other

- updated the following local packages: phper-sys, phper-build

## [0.15.1](https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.0...phper-alloc-v0.15.1) - 2025-04-04

### Other
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.15.1"
version = "0.15.2"
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.2](https://github.com/phper-framework/phper/compare/phper-build-v0.15.1...phper-build-v0.15.2) - 2025-05-01

### Added

- Add preliminary support for enums ([#201](https://github.com/phper-framework/phper/pull/201))

## [0.15.1](https://github.com/phper-framework/phper/compare/phper-build-v0.15.0...phper-build-v0.15.1) - 2025-04-04

### Other
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.1"
version = "0.15.2"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
11 changes: 11 additions & 0 deletions phper-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.2](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.1...phper-doc-v0.15.2) - 2025-05-01

### Added

- Enhance enum functionality with access methods ([#203](https://github.com/phper-framework/phper/pull/203))
- Add preliminary support for enums ([#201](https://github.com/phper-framework/phper/pull/201))

### Other

- Adjust the documentation of the enum ([#202](https://github.com/phper-framework/phper/pull/202))

## [0.15.1](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.0...phper-doc-v0.15.1) - 2025-04-04

### Other
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.1"
version = "0.15.2"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions phper-sys/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.2](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.1...phper-sys-v0.15.2) - 2025-05-01

### Added

- Add preliminary support for enums ([#201](https://github.com/phper-framework/phper/pull/201))

### Fixed

- fix ClassEntry typehints ([#206](https://github.com/phper-framework/phper/pull/206))

## [0.15.1](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.0...phper-sys-v0.15.1) - 2025-04-04

### Other
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.1"
version = "0.15.2"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
8 changes: 8 additions & 0 deletions phper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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-v0.16.0...phper-v0.16.1) - 2025-05-01

### Added

- Introduce new_persistent method for ZString ([#204](https://github.com/phper-framework/phper/pull/204))
- Enhance enum functionality with access methods ([#203](https://github.com/phper-framework/phper/pull/203))
- Add preliminary support for enums ([#201](https://github.com/phper-framework/phper/pull/201))

## [0.16.0](https://github.com/phper-framework/phper/compare/phper-v0.15.1...phper-v0.16.0) - 2025-04-04

### 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.16.0"
version = "0.16.1"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down