🤖 New release
phper-sys
: 0.15.2 -> 0.15.3 (✓ API compatible changes)phper-build
: 0.15.2 -> 0.15.3 (✓ API compatible changes)phper-alloc
: 0.15.2 -> 0.16.0 (⚠ API breaking changes)phper-macros
: 0.15.1 -> 0.15.2phper
: 0.16.1 -> 0.17.0 (⚠ API breaking changes)phper-test
: 0.15.1 -> 0.16.0 (⚠ API breaking changes)phper-doc
: 0.15.2 -> 0.15.3 (✓ API compatible changes)
⚠phper-alloc
breaking changes
--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---Description:A `macro_rules!` declarative macro cannot be invoked by its prior name. The macro may have been renamed or removed entirely. ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/declarative_macro_missing.ronFailed in: macro ebox, previously in file /tmp/.tmpSaNbpr/phper-alloc/src/macros.rs:19--- failure struct_missing: pub struct removed or renamed ---Description:A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/struct_missing.ronFailed in: struct phper_alloc::EBox, previously in file /tmp/.tmpSaNbpr/phper-alloc/src/lib.rs:29
⚠phper
breaking changes
--- failure struct_missing: pub struct removed or renamed ---Description:A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/struct_missing.ronFailed in: struct phper::objects::ZObject, previously in file /tmp/.tmpSaNbpr/phper/src/objects.rs:289 struct phper::strings::ZString, previously in file /tmp/.tmpSaNbpr/phper/src/strings.rs:178 struct phper::objects::StateObject, previously in file /tmp/.tmpSaNbpr/phper/src/objects.rs:479 struct phper::arrays::ZArray, previously in file /tmp/.tmpSaNbpr/phper/src/arrays.rs:369
⚠phper-test
breaking changes
--- failure function_missing: pub fn removed or renamed ---Description:A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/function_missing.ronFailed in: function phper_test::fpm::test_fpm_request, previously in file /tmp/.tmpSaNbpr/phper-test/src/fpm.rs:97 function phper_test::fpm::setup, previously in file /tmp/.tmpSaNbpr/phper-test/src/fpm.rs:35
Changelog
phper-sys
0.15.3 - 2025-07-03
Added
- Add HTML logo URL to documentation for improved branding (#210)
phper-build
0.15.3 - 2025-07-03
Added
- Add HTML logo URL to documentation for improved branding (#210)
phper-alloc
0.16.0 - 2025-07-03
Added
- Add HTML logo URL to documentation for improved branding (#210)
Other
- Migration of ZString, ZArray, ZObject to EBox (#208)
phper-macros
0.15.2 - 2025-07-03
Added
- Add HTML logo URL to documentation for improved branding (#210)
phper
0.17.0 - 2025-07-03
Added
- Add raw pointer casting methods for EBox (#213)
- Add HTML logo URL to documentation for improved branding (#210)
Fixed
- Fix ZArr drop (#212)
- Update README structure for better alignment and presentation (#209)
Other
- Migration of ZString, ZArray, ZObject to EBox (#208)
phper-test
0.16.0 - 2025-07-03
Added
- Enhance logging and testing utilities (#215)
- Improve integration tests (#214)
- Add HTML logo URL to documentation for improved branding (#210)
Other
- Migration of ZString, ZArray, ZObject to EBox (#208)
phper-doc
0.15.3 - 2025-07-03
Added
- Add HTML logo URL to documentation for improved branding (#210)
Other
- Migration of ZString, ZArray, ZObject to EBox (#208)
This PR was generated withrelease-plz.
🤖 New release
phper-sys
: 0.15.2 -> 0.15.3 (✓ API compatible changes)phper-build
: 0.15.2 -> 0.15.3 (✓ API compatible changes)phper-alloc
: 0.15.2 -> 0.16.0 (⚠ API breaking changes)phper-macros
: 0.15.1 -> 0.15.2phper
: 0.16.1 -> 0.17.0 (⚠ API breaking changes)phper-test
: 0.15.1 -> 0.16.0 (⚠ API breaking changes)phper-doc
: 0.15.2 -> 0.15.3 (✓ API compatible changes)⚠
phper-alloc
breaking changes⚠
phper
breaking changes⚠
phper-test
breaking changesChangelog
phper-sys
phper-build
phper-alloc
phper-macros
phper
phper-test
phper-doc
This PR was generated withrelease-plz.