Skip to content

Commit cdf7ad7

Browse files
chore: release (#207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15976ca commit cdf7ad7

File tree

12 files changed

+55
-14
lines changed

12 files changed

+55
-14
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ repository = "https://github.com/phper-framework/phper"
3232
rust-version = "1.85"
3333

3434
[workspace.dependencies]
35-
phper = { version = "0.16.0", path = "./phper" }
36-
phper-alloc = { version = "0.15.1", path = "./phper-alloc" }
37-
phper-build = { version = "0.15.1", path = "./phper-build" }
35+
phper = { version = "0.16.1", path = "./phper" }
36+
phper-alloc = { version = "0.15.2", path = "./phper-alloc" }
37+
phper-build = { version = "0.15.2", path = "./phper-build" }
3838
phper-macros = { version = "0.15.1", path = "./phper-macros" }
39-
phper-sys = { version = "0.15.1", path = "./phper-sys" }
39+
phper-sys = { version = "0.15.2", path = "./phper-sys" }
4040
phper-test = { version = "0.15.1", path = "./phper-test" }

phper-alloc/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.2](https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.1...phper-alloc-v0.15.2) - 2025-05-01
11+
12+
### Other
13+
14+
- updated the following local packages: phper-sys, phper-build
15+
1016
## [0.15.1](https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.0...phper-alloc-v0.15.1) - 2025-04-04
1117

1218
### Other

phper-alloc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-alloc"
1313
description = "Alloc related items for phper crate."
1414
keywords = ["php", "alloc"]
15-
version = "0.15.1"
15+
version = "0.15.2"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-build/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.2](https://github.com/phper-framework/phper/compare/phper-build-v0.15.1...phper-build-v0.15.2) - 2025-05-01
11+
12+
### Added
13+
14+
- Add preliminary support for enums ([#201](https://github.com/phper-framework/phper/pull/201))
15+
1016
## [0.15.1](https://github.com/phper-framework/phper/compare/phper-build-v0.15.0...phper-build-v0.15.1) - 2025-04-04
1117

1218
### Other

phper-build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-build"
1313
description = "Generates stubs for project using phper."
1414
keywords = ["php", "binding"]
15-
version = "0.15.1"
15+
version = "0.15.2"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-doc/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.2](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.1...phper-doc-v0.15.2) - 2025-05-01
11+
12+
### Added
13+
14+
- Enhance enum functionality with access methods ([#203](https://github.com/phper-framework/phper/pull/203))
15+
- Add preliminary support for enums ([#201](https://github.com/phper-framework/phper/pull/201))
16+
17+
### Other
18+
19+
- Adjust the documentation of the enum ([#202](https://github.com/phper-framework/phper/pull/202))
20+
1021
## [0.15.1](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.0...phper-doc-v0.15.1) - 2025-04-04
1122

1223
### Other

phper-doc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-doc"
1313
description = "The documentation of phper."
1414
keywords = ["php", "documentation"]
15-
version = "0.15.1"
15+
version = "0.15.2"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-sys/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.2](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.1...phper-sys-v0.15.2) - 2025-05-01
11+
12+
### Added
13+
14+
- Add preliminary support for enums ([#201](https://github.com/phper-framework/phper/pull/201))
15+
16+
### Fixed
17+
18+
- fix ClassEntry typehints ([#206](https://github.com/phper-framework/phper/pull/206))
19+
1020
## [0.15.1](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.0...phper-sys-v0.15.1) - 2025-04-04
1121

1222
### Other

phper-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-sys"
1313
description = "Low level PHP binding for Rust."
1414
keywords = ["php", "binding"]
15-
version = "0.15.1"
15+
version = "0.15.2"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.1](https://github.com/phper-framework/phper/compare/phper-v0.16.0...phper-v0.16.1) - 2025-05-01
11+
12+
### Added
13+
14+
- Introduce new_persistent method for ZString ([#204](https://github.com/phper-framework/phper/pull/204))
15+
- Enhance enum functionality with access methods ([#203](https://github.com/phper-framework/phper/pull/203))
16+
- Add preliminary support for enums ([#201](https://github.com/phper-framework/phper/pull/201))
17+
1018
## [0.16.0](https://github.com/phper-framework/phper/compare/phper-v0.15.1...phper-v0.16.0) - 2025-04-04
1119

1220
### Added

phper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "The framework that allows us to write PHP extensions using pure a
1414
documentation = "https://docs.rs/phper"
1515
readme = "README.md"
1616
keywords = ["php", "binding", "extension", "module"]
17-
version = "0.16.0"
17+
version = "0.16.1"
1818
authors = { workspace = true }
1919
edition = { workspace = true }
2020
rust-version = { workspace = true }

0 commit comments

Comments
 (0)