Skip to content

chore: release #197

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

Closed
wants to merge 3 commits into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

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

🤖 New release

  • phper-sys: 0.15.0 -> 0.15.1 (✓ API compatible changes)
  • phper-build: 0.15.0 -> 0.15.1
  • phper-alloc: 0.15.0 -> 0.15.1
  • 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/.tmp0feeKg/phper/src/classes.rs:40
  function phper::classes::array_access_class, previously in file /tmp/.tmp0feeKg/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/.tmp0feeKg/phper/src/functions.rs:366
  ClassEntity::bind_class, previously in file /tmp/.tmp0feeKg/phper/src/classes.rs:720
  Argument::by_val, previously in file /tmp/.tmp0feeKg/phper/src/functions.rs:316
  Argument::by_val_optional, previously in file /tmp/.tmp0feeKg/phper/src/functions.rs:336
  Argument::by_ref_optional, previously in file /tmp/.tmp0feeKg/phper/src/functions.rs:346
  InterfaceEntity::bind_interface, previously in file /tmp/.tmp0feeKg/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/.tmpYLIbFz/phper/phper/src/classes.rs:610
Changelog

phper-sys

0.15.1 - 2025-04-03

Other

  • [breaking] add argument and return value type-hints (#187)

phper

0.16.0 - 2025-04-03

Added

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

Other

  • 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-03

Other

  • update readme and remove dep once_cell (#196)

phper-doc

0.15.1 - 2025-04-03

Other

  • 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
Copy link
Member

jmjoy commented Apr 3, 2025

@brettmc It's just a test for release-plz. If you want to release it, I can merge it :-)

@jmjoy jmjoy marked this pull request as draft April 3, 2025 11:55
@brettmc
Copy link
Contributor

brettmc commented Apr 3, 2025

It's just a test for release-plz. If you want to release it, I can merge it :-)

I would like to see a 16.0 release, I think this is a good batch of work and I don't have any more changes right now.

I really like how it reports on the breaking changes, that is amazing.

@jmjoy
Copy link
Member

jmjoy commented Apr 4, 2025

I would like to see a 16.0 release, I think this is a good batch of work and I don't have any more changes right now.

I really like how it reports on the breaking changes, that is amazing.

Actually, I don't really like version numbers that jump too drastically; a steady, step-by-step approach is better.

@github-actions github-actions bot closed this Apr 4, 2025
@jmjoy jmjoy deleted the release-plz-2025-04-03T11-47-11Z branch April 4, 2025 13:47
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.

2 participants