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 #1481

Closed
wants to merge 1 commit into from
Closed

chore: release #1481

wants to merge 1 commit into from

Conversation

release-plz[bot]
Copy link
Contributor

@release-plz release-plz bot commented May 21, 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/.tmpTgVtt1/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/.tmpTgVtt1/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/.tmpwvwwWX/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/.tmpwvwwWX/release_plz_core/src/next_ver.rs:147
Changelog

release-plz

0.3.69 - 2024-05-21

Added

  • add package name to changelog context (#1399)

Fixed

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

Other

  • remove timestamp from test (#1480)
  • move fixtures directory (#1467)

release_plz_core

0.22.0 - 2024-05-21

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.

@MarcoIeni MarcoIeni closed this May 21, 2024
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