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"
32
32
rust-version = " 1.85"
33
33
34
34
[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" }
38
38
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" }
40
40
phper-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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 0.15.1] ( https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.0...phper-alloc-v0.15.1 ) - 2025-04-04
11
17
12
18
### Other
Original file line number Diff line number Diff line change 12
12
name = " phper-alloc"
13
13
description = " Alloc related items for phper crate."
14
14
keywords = [" php" , " alloc" ]
15
- version = " 0.15.1 "
15
+ version = " 0.15.2 "
16
16
authors = { workspace = true }
17
17
edition = { workspace = true }
18
18
rust-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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 0.15.1] ( https://github.com/phper-framework/phper/compare/phper-build-v0.15.0...phper-build-v0.15.1 ) - 2025-04-04
11
17
12
18
### Other
Original file line number Diff line number Diff line change 12
12
name = " phper-build"
13
13
description = " Generates stubs for project using phper."
14
14
keywords = [" php" , " binding" ]
15
- version = " 0.15.1 "
15
+ version = " 0.15.2 "
16
16
authors = { workspace = true }
17
17
edition = { workspace = true }
18
18
rust-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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
21
## [ 0.15.1] ( https://github.com/phper-framework/phper/compare/phper-doc-v0.15.0...phper-doc-v0.15.1 ) - 2025-04-04
11
22
12
23
### Other
Original file line number Diff line number Diff line change 12
12
name = " phper-doc"
13
13
description = " The documentation of phper."
14
14
keywords = [" php" , " documentation" ]
15
- version = " 0.15.1 "
15
+ version = " 0.15.2 "
16
16
authors = { workspace = true }
17
17
edition = { workspace = true }
18
18
rust-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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
20
## [ 0.15.1] ( https://github.com/phper-framework/phper/compare/phper-sys-v0.15.0...phper-sys-v0.15.1 ) - 2025-04-04
11
21
12
22
### Other
Original file line number Diff line number Diff line change 12
12
name = " phper-sys"
13
13
description = " Low level PHP binding for Rust."
14
14
keywords = [" php" , " binding" ]
15
- version = " 0.15.1 "
15
+ version = " 0.15.2 "
16
16
authors = { workspace = true }
17
17
edition = { workspace = true }
18
18
rust-version = { workspace = true }
You can’t perform that action at this time.
0 commit comments