Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #200

Merged
merged 2 commits into from
Apr 4, 2025
Merged

chore: release #200

merged 2 commits into from
Apr 4, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 4, 2025

πŸ€– New release

  • phper-sys: 0.15.0 -> 0.15.1 (βœ“ API compatible changes)
  • phper-build: 0.15.0 -> 0.15.1 (βœ“ API compatible changes)
  • phper-alloc: 0.15.0 -> 0.15.1 (βœ“ API compatible changes)
  • phper-macros: 0.15.0 -> 0.15.1
  • phper: 0.15.1 -> 0.16.0 (⚠ API breaking changes)
  • phper-test: 0.15.0 -> 0.15.1 (βœ“ API compatible changes)
  • phper-doc: 0.15.0 -> 0.15.1 (βœ“ API compatible changes)

⚠ phper 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.40.0/src/lints/function_missing.ron

Failed in:
  function phper::classes::iterator_class, previously in file /tmp/.tmpQSrYdM/phper/src/classes.rs:40
  function phper::classes::array_access_class, previously in file /tmp/.tmpQSrYdM/phper/src/classes.rs:46

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.40.0/src/lints/inherent_method_missing.ron

Failed in:
  ReturnType::by_val, previously in file /tmp/.tmpQSrYdM/phper/src/functions.rs:366
  ClassEntity::bind_class, previously in file /tmp/.tmpQSrYdM/phper/src/classes.rs:720
  Argument::by_val, previously in file /tmp/.tmpQSrYdM/phper/src/functions.rs:316
  Argument::by_val_optional, previously in file /tmp/.tmpQSrYdM/phper/src/functions.rs:336
  Argument::by_ref_optional, previously in file /tmp/.tmpQSrYdM/phper/src/functions.rs:346
  InterfaceEntity::bind_interface, previously in file /tmp/.tmpQSrYdM/phper/src/classes.rs:835

--- failure method_requires_different_generic_type_params: method now requires a different number of generic type parameters ---

Description:
A method now requires a different number of generic type parameters than it used to. Uses of this method that supplied the previous number of generic types will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/method_requires_different_generic_type_params.ron

Failed in:
  phper::classes::ClassEntity::extends takes 1 generic types instead of 0, in /tmp/.tmpzChfoK/phper/phper/src/classes.rs:610
Changelog

phper-sys

0.15.1 - 2025-04-04

Other

  • Remove workspace.package.version (#199)
  • [breaking] add argument and return value type-hints (#187)

phper-build

0.15.1 - 2025-04-04

Other

  • Remove workspace.package.version (#199)

phper-alloc

0.15.1 - 2025-04-04

Other

  • Remove workspace.package.version (#199)

phper-macros

0.15.1 - 2025-04-04

Other

  • Remove workspace.package.version (#199)

phper

0.16.0 - 2025-04-04

Added

  • [breaking] rename bind_* to bound_* (#192)

Other

  • allow static interface methods (#198)
  • update readme and remove dep once_cell (#196)
  • optimizing extends and implements (#193)
  • improve Interface::extends and ClassEntry::extends (#190)
  • refactor ClassEntity.implements (#189)
  • [breaking] add argument and return value type-hints (#187)

phper-test

0.15.1 - 2025-04-04

Other

  • Remove workspace.package.version (#199)
  • update readme and remove dep once_cell (#196)

phper-doc

0.15.1 - 2025-04-04

Other

  • Remove workspace.package.version (#199)
  • allow static interface methods (#198)
  • test and document co-dependent classes (#194)
  • improve Interface::extends and ClassEntry::extends (#190)
  • refactor ClassEntity.implements (#189)
  • [breaking] add argument and return value type-hints (#187)


This PR was generated with release-plz.

@jmjoy jmjoy merged commit 1598925 into master Apr 4, 2025
22 checks passed
@jmjoy jmjoy deleted the release-plz-2025-04-04T13-08-21Z branch April 4, 2025 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant