Skip to content

Commit 5fc3395

Browse files
authored
chore: release v6.0.0 (#461)
## 🤖 New release * `oxc_resolver`: 5.3.0 -> 6.0.0 (⚠ API breaking changes) ### ⚠ `oxc_resolver` breaking changes ```text --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn 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.40.0/src/lints/inherent_method_missing.ron Failed in: FileSystemOs::strip_windows_prefix, previously in file /tmp/.tmpZFrfKd/oxc_resolver/src/file_system.rs:168 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [6.0.0](oxc_resolver-v5.3.0...oxc_resolver-v6.0.0) - 2025-04-22 ### <!-- 1 -->Bug Fixes - properly handle DOS device paths in strip_windows_prefix ([#455](#455)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 3d5a4ef commit 5fc3395

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.0.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v5.3.0...oxc_resolver-v6.0.0) - 2025-04-22
10+
11+
### <!-- 1 -->Bug Fixes
12+
13+
- properly handle DOS device paths in strip_windows_prefix ([#455](https://github.com/oxc-project/oxc-resolver/pull/455))
14+
915
## [5.3.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v5.2.0...oxc_resolver-v5.3.0) - 2025-04-19
1016

1117
### <!-- 0 -->Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "oxc_resolver"
7-
version = "5.3.0"
7+
version = "6.0.0"
88
authors = ["Boshen <[email protected]>"]
99
categories = ["development-tools"]
1010
edition = "2024"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-resolver",
3-
"version": "5.3.0",
3+
"version": "6.0.0",
44
"description": "Oxc Resolver Node API",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)