File tree Expand file tree Collapse file tree 14 files changed +59
-17
lines changed Expand file tree Collapse file tree 14 files changed +59
-17
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.17.0 " , path = " ./phper" }
36- phper-alloc = { version = " 0.16.0 " , path = " ./phper-alloc" }
37- phper-build = { version = " 0.15.3 " , path = " ./phper-build" }
35+ phper = { version = " 0.17.1 " , path = " ./phper" }
36+ phper-alloc = { version = " 0.16.1 " , path = " ./phper-alloc" }
37+ phper-build = { version = " 0.15.4 " , path = " ./phper-build" }
3838phper-macros = { version = " 0.15.2" , path = " ./phper-macros" }
39- phper-sys = { version = " 0.15.3 " , path = " ./phper-sys" }
40- phper-test = { version = " 0.16.0 " , path = " ./phper-test" }
39+ phper-sys = { version = " 0.15.4 " , path = " ./phper-sys" }
40+ phper-test = { version = " 0.16.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.16.1] ( https://github.com/phper-framework/phper/compare/phper-alloc-v0.16.0...phper-alloc-v0.16.1 ) - 2025-10-09
11+
12+ ### Other
13+
14+ - updated the following local packages: phper-sys, phper-build
15+
1016## [ 0.16.0] ( https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.2...phper-alloc-v0.16.0 ) - 2025-07-03
1117
1218### Added
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.16.0 "
15+ version = " 0.16.1 "
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.4] ( https://github.com/phper-framework/phper/compare/phper-build-v0.15.3...phper-build-v0.15.4 ) - 2025-10-09
11+
12+ ### Other
13+
14+ - updated the following local packages: phper-sys
15+
1016## [ 0.15.3] ( https://github.com/phper-framework/phper/compare/phper-build-v0.15.2...phper-build-v0.15.3 ) - 2025-07-03
1117
1218### Added
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.3 "
15+ version = " 0.15.4 "
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.4] ( https://github.com/phper-framework/phper/compare/phper-doc-v0.15.3...phper-doc-v0.15.4 ) - 2025-10-09
11+
12+ ### Other
13+
14+ - adding function start and end line number ([ #219 ] ( https://github.com/phper-framework/phper/pull/219 ) )
15+
1016## [ 0.15.3] ( https://github.com/phper-framework/phper/compare/phper-doc-v0.15.2...phper-doc-v0.15.3 ) - 2025-07-03
1117
1218### Added
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.3 "
15+ version = " 0.15.4 "
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.4] ( https://github.com/phper-framework/phper/compare/phper-sys-v0.15.3...phper-sys-v0.15.4 ) - 2025-10-09
11+
12+ ### Other
13+
14+ - adding functions for interacting with execution context ([ #221 ] ( https://github.com/phper-framework/phper/pull/221 ) )
15+
1016## [ 0.15.3] ( https://github.com/phper-framework/phper/compare/phper-sys-v0.15.2...phper-sys-v0.15.3 ) - 2025-07-03
1117
1218### Added
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.3 "
15+ version = " 0.15.4 "
1616authors = { workspace = true }
1717edition = { workspace = true }
1818rust-version = { workspace = true }
You can’t perform that action at this time.
0 commit comments