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 v3.0.0 #320

Merged
merged 2 commits into from
Dec 12, 2024
Merged

chore: release v3.0.0 #320

merged 2 commits into from
Dec 12, 2024

Conversation

Boshen
Copy link
Member

@Boshen Boshen commented Nov 22, 2024

🤖 New release

  • oxc_resolver: 2.1.1 -> 3.0.0 (⚠️ API breaking changes)

⚠️ oxc_resolver breaking changes

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_method_added.ron

Failed in:
  trait method oxc_resolver::FileSystem::read_link in file /tmp/.tmptmsXac/oxc-resolver/src/file_system.rs:52

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_method_missing.ron

Failed in:
  method canonicalize of trait FileSystem, previously in file /tmp/.tmpa9nJqt/oxc_resolver/src/file_system.rs:62
Changelog

3.0.0 - 2024-12-12

Added

Other


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-11-22T14-34-59Z branch from 58727f0 to 98135b5 Compare November 22, 2024 14:35
Copy link

codspeed-hq bot commented Nov 22, 2024

CodSpeed Performance Report

Merging #320 will not alter performance

Comparing release-plz-2024-11-22T14-34-59Z (9422c52) with main (ddc8407)

Summary

✅ 3 untouched benchmarks

@github-actions github-actions bot force-pushed the release-plz-2024-11-22T14-34-59Z branch 10 times, most recently from f41dc71 to c99a3b4 Compare December 1, 2024 18:32
@github-actions github-actions bot force-pushed the release-plz-2024-11-22T14-34-59Z branch 14 times, most recently from bb46d12 to 96afe7e Compare December 5, 2024 15:04
@Boshen Boshen changed the title chore: release v2.1.2 chore: release v2.2.0 Dec 5, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-11-22T14-34-59Z branch 3 times, most recently from 39bedc4 to babe7f5 Compare December 5, 2024 16:04
@github-actions github-actions bot force-pushed the release-plz-2024-11-22T14-34-59Z branch 11 times, most recently from c15730c to 2829c84 Compare December 11, 2024 15:39
@Boshen Boshen changed the title chore: release v2.2.0 chore: release v3.0.0 Dec 11, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-11-22T14-34-59Z branch from 2829c84 to 3e4e1a5 Compare December 11, 2024 15:59
@github-actions github-actions bot force-pushed the release-plz-2024-11-22T14-34-59Z branch from 3e4e1a5 to 461d537 Compare December 11, 2024 15:59
@oxc-bot oxc-bot force-pushed the release-plz-2024-11-22T14-34-59Z branch 2 times, most recently from 1973067 to 975b513 Compare December 12, 2024 04:52
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.20%. Comparing base (17441f8) to head (9422c52).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #320   +/-   ##
=======================================
  Coverage   96.20%   96.20%           
=======================================
  Files          11       11           
  Lines        2476     2476           
=======================================
  Hits         2382     2382           
  Misses         94       94           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Boshen Boshen force-pushed the release-plz-2024-11-22T14-34-59Z branch from 975b513 to d7c6c00 Compare December 12, 2024 05:19
@Boshen Boshen changed the title chore: release v3.0.0 chore: release v2.2.0 Dec 12, 2024
@Boshen Boshen changed the title chore: release v2.2.0 chore: release v3.0.0 Dec 12, 2024
@Boshen Boshen force-pushed the release-plz-2024-11-22T14-34-59Z branch from d7c6c00 to 64853bf Compare December 12, 2024 05:22
@Boshen Boshen force-pushed the release-plz-2024-11-22T14-34-59Z branch from 64853bf to 9422c52 Compare December 12, 2024 05:26
@Boshen Boshen merged commit 032f1da into main Dec 12, 2024
13 checks passed
@Boshen Boshen deleted the release-plz-2024-11-22T14-34-59Z branch December 12, 2024 05:27
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