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

Merged
merged 1 commit into from
Dec 20, 2023
Merged

chore: release #169

merged 1 commit into from
Dec 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 14, 2023

🤖 New release

  • devtools-wire-format: 0.2.5 -> 0.3.0
  • devtools: 0.2.5 -> 0.3.0 (⚠️ API breaking changes)

⚠️ devtools breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.26.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum Error in /tmp/.tmpdE5AsE/devtools/devtools/src/error.rs:3
Changelog

devtools-wire-format

0.2.5 - 2023-12-11

Other

  • remove specialized Metrics struct

devtools

0.3.0 - 2023-12-20

Fixed

  • pick free port

Other

  • Update error.rs
  • Merge pull request #165 from crabnebula-dev/jonas/fix/pick-free-port
  • fmt
  • Update devtools/src/builder.rs
  • clippy & fmt


This PR was generated with release-plz.

Copy link

netlify bot commented Dec 14, 2023

Deploy Preview for cn-devtools-website canceled.

Name Link
🔨 Latest commit 0534f1d
🔍 Latest deploy log https://app.netlify.com/sites/cn-devtools-website/deploys/6582ad474ff4a30008c9dd33

Copy link

netlify bot commented Dec 14, 2023

Deploy Preview for cn-devtools-app canceled.

Name Link
🔨 Latest commit 0534f1d
🔍 Latest deploy log https://app.netlify.com/sites/cn-devtools-app/deploys/6582ad478b36680009505eda

@github-actions github-actions bot force-pushed the release-plz-2023-12-14T12-34-35Z branch 5 times, most recently from fa0b306 to 9c65237 Compare December 20, 2023 08:57
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2023-12-14T12-34-35Z branch from 9c65237 to 0534f1d Compare December 20, 2023 09:00
@CrabNejonas CrabNejonas merged commit 79fd6f2 into main Dec 20, 2023
8 checks passed
@CrabNejonas CrabNejonas deleted the release-plz-2023-12-14T12-34-35Z branch December 20, 2023 09: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