Skip to content

Commit b670259

Browse files
committed
Release v1.6.4
1 parent 8f59484 commit b670259

File tree

7 files changed

+22
-12
lines changed

7 files changed

+22
-12
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Run release-plz
2828
uses: MarcoIeni/[email protected]
29+
with:
30+
command: release
2931
env:
3032
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
3133
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.6.4](https://github.com/oxc-project/oxc_resolver/compare/oxc_resolver-v1.6.3...oxc_resolver-v1.6.4) - 2024-03-29
10+
11+
### Other
12+
- rename file
13+
- run on all changes
14+
- add resolver to Cargo.toml workspace
15+
- add `no-deps` to `cargo doc`
16+
- fix checkout
17+
- fix minimal profile change
18+
- try allow_dirty again

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
@@ -3,7 +3,7 @@ members = ["napi"]
33
resolver = "2"
44

55
[package]
6-
version = "1.6.3"
6+
version = "1.6.4"
77
name = "oxc_resolver"
88
authors = ["Boshen <[email protected]>"]
99
categories = ["development-tools"]

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ benchmark:
6161
# Run cargo-fuzz
6262
fuzz:
6363
cd fuzz && cargo +nightly fuzz run --sanitizer none resolver -- -only_ascii=1 -max_total_time=900
64+
65+
release:
66+
release-plz update

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": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Oxc Resolver Node API",
55
"main": "index.js",
66
"browser": "browser.js",

release-plz.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
[workspace]
22
allow_dirty = true # The "fixtures" is being marked as dirty.
3-
4-
[[package]]
5-
name = "oxc_resolver"
6-
7-
[[package]]
8-
name = "oxc_napi_resolver"
9-
publish = false

0 commit comments

Comments
 (0)