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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #1468

Closed
wants to merge 2 commits into from
Closed

chore: release #1468

wants to merge 2 commits into from

Conversation

release-plz[bot]
Copy link
Contributor

@release-plz release-plz bot commented May 18, 2024

馃 New release

  • release-plz: 0.3.68 -> 0.3.69
  • release_plz_core: 0.21.8 -> 0.22.0 (鈿狅笍 API breaking changes)

鈿狅笍 release_plz_core breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field UpdateConfig.changelog_path in /tmp/.tmpSy083n/release-plz/crates/release_plz_core/src/next_ver.rs:126

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/method_parameter_count_changed.ron

Failed in:
  release_plz_core::ChangelogBuilder::new now takes 3 parameters instead of 2, in /tmp/.tmpSy083n/release-plz/crates/release_plz_core/src/changelog.rs:151

--- 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.31.0/src/lints/struct_missing.ron

Failed in:
  struct release_plz_core::PackageReleaseConfig, previously in file /tmp/.tmpbTBcJn/release_plz_core/src/command/release.rs:429

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.31.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field changelog_path of struct PackageUpdateConfig, previously in file /tmp/.tmpbTBcJn/release_plz_core/src/next_ver.rs:147
Changelog

release-plz

0.3.69 - 2024-05-19

Added

  • add package name to changelog context (#1399)

Fixed

  • multiple packages in one changelog with same version (#1469)

Other

  • move fixtures directory (#1467)

release_plz_core

0.22.0 - 2024-05-19

Added

  • add package name to changelog context (#1399)

Fixed

  • multiple packages in one changelog with same version (#1469)

Other

  • move fixtures directory (#1467)


This PR was generated with release-plz.

@release-plz release-plz bot force-pushed the release-plz-2024-05-18T20-36-27Z branch from a9f700c to 27cb88b Compare May 18, 2024 20:41
@release-plz release-plz bot closed this May 19, 2024
@release-plz release-plz bot force-pushed the release-plz-2024-05-18T20-36-27Z branch from d68298a to 7801760 Compare May 19, 2024 20:14
@MarcoIeni MarcoIeni reopened this May 19, 2024
@MarcoIeni MarcoIeni enabled auto-merge (squash) May 21, 2024 19:54
@release-plz release-plz bot closed this May 21, 2024
auto-merge was automatically disabled May 21, 2024 20:29

Pull request was closed

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.

None yet

1 participant