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

Merged
merged 3 commits into from
Dec 2, 2023
Merged

chore: release #1072

merged 3 commits into from
Dec 2, 2023

Conversation

release-plz[bot]
Copy link
Contributor

@release-plz release-plz bot commented Nov 13, 2023

πŸ€– New release

  • cargo_utils: 0.1.32 -> 0.1.33 (βœ“ API compatible changes)
  • test_logs: 0.1.23 -> 0.1.24 (βœ“ API compatible changes)
  • release-plz: 0.3.30 -> 0.3.31
  • release_plz_core: 0.14.5 -> 0.15.0 (⚠️ API breaking changes)

⚠️ release_plz_core breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function 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.24.2/src/lints/function_parameter_count_changed.ron

Failed in:
  release_plz_core::are_packages_equal now takes 2 parameters instead of 3, in /tmp/.tmplhoErf/release-plz/crates/release_plz_core/src/package_compare.rs:18

--- 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.24.2/src/lints/method_parameter_count_changed.ron

Failed in:
  release_plz_core::Project::new now takes 3 parameters instead of 2, in /tmp/.tmplhoErf/release-plz/crates/release_plz_core/src/next_ver.rs:366
Changelog

cargo_utils

0.1.33 - 2023-11-30

Other

  • remove unuseful todo item (#1079)

test_logs

0.1.24 - 2023-11-30

Other

  • update dependencies

release-plz

0.3.31 - 2023-11-30

Added

  • add publish_timeout to avoid release blocking issue, fix #1015 (#1088)
  • prevent typos in overrides (#1080)

Fixed

  • exclude ignored files using cargo package list (#1089)
  • package overrides mechanism bug (#1097)
  • resolve issue on Windows machines that use CRLF that would duplicate the header on each update (#1083)

Other

  • document Gitea releases (#1076)

release_plz_core

0.15.0 - 2023-11-30

Added

  • add publish_timeout to avoid release blocking issue, fix #1015 (#1088)
  • prevent typos in overrides (#1080)

Fixed

  • exclude ignored files using cargo package list (#1089)
  • package overrides mechanism bug (#1097)
  • resolve issue on Windows machines that use CRLF that would duplicate the header on each update (#1083)

Other

  • document Gitea releases (#1076)


This PR was generated with release-plz.

@release-plz release-plz bot force-pushed the release-plz-2023-11-13T15-31-02Z branch 3 times, most recently from 8324a4e to af69c18 Compare November 13, 2023 16:02
@release-plz release-plz bot changed the title chore(release-plz): release v0.3.31 chore: release Nov 13, 2023
@release-plz release-plz bot force-pushed the release-plz-2023-11-13T15-31-02Z branch 9 times, most recently from 9759785 to d7591f9 Compare November 20, 2023 15:15
@release-plz release-plz bot force-pushed the release-plz-2023-11-13T15-31-02Z branch 12 times, most recently from 77a888a to 5834785 Compare November 30, 2023 17:53
Signed-off-by: release-plz[bot] <106432666+release-plz[bot]@users.noreply.github.com>
@release-plz release-plz bot force-pushed the release-plz-2023-11-13T15-31-02Z branch from 5834785 to 96199eb Compare November 30, 2023 22:42
@MarcoIeni MarcoIeni merged commit 317d95b into main Dec 2, 2023
13 checks passed
@MarcoIeni MarcoIeni deleted the release-plz-2023-11-13T15-31-02Z branch December 2, 2023 16:13
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.

Add a timeout when checking if a crate has been published
1 participant