File tree Expand file tree Collapse file tree 12 files changed +55
-14
lines changed Expand file tree Collapse file tree 12 files changed +55
-14
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ repository = "https://github.com/phper-framework/phper"
3232rust-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" }
3838phper-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" }
4040phper-test = { version = " 0.15.1" , path = " ./phper-test" }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1212name = " phper-alloc"
1313description = " Alloc related items for phper crate."
1414keywords = [" php" , " alloc" ]
15- version = " 0.15.1 "
15+ version = " 0.15.2 "
1616authors = { workspace = true }
1717edition = { workspace = true }
1818rust-version = { workspace = true }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1212name = " phper-build"
1313description = " Generates stubs for project using phper."
1414keywords = [" php" , " binding" ]
15- version = " 0.15.1 "
15+ version = " 0.15.2 "
1616authors = { workspace = true }
1717edition = { workspace = true }
1818rust-version = { workspace = true }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1212name = " phper-doc"
1313description = " The documentation of phper."
1414keywords = [" php" , " documentation" ]
15- version = " 0.15.1 "
15+ version = " 0.15.2 "
1616authors = { workspace = true }
1717edition = { workspace = true }
1818rust-version = { workspace = true }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1212name = " phper-sys"
1313description = " Low level PHP binding for Rust."
1414keywords = [" php" , " binding" ]
15- version = " 0.15.1 "
15+ version = " 0.15.2 "
1616authors = { workspace = true }
1717edition = { workspace = true }
1818rust-version = { workspace = true }
You can’t perform that action at this time.
0 commit comments