Skip to content

Commit a110ac2

Browse files
0.38.5
bump version
1 parent f7bd0e6 commit a110ac2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+75
-65
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.38.5](https://github.com/ast-grep/ast-grep/compare/0.38.4...0.38.5)
8+
9+
- feat: add simple cli multi fix [`#2036`](https://github.com/ast-grep/ast-grep/issues/2036)
10+
- fix: quit option should keep accepted changes [`#2031`](https://github.com/ast-grep/ast-grep/issues/2031)
11+
- feat: add better styling handle [`1a2b72c`](https://github.com/ast-grep/ast-grep/commit/1a2b72c5a6be0e506a6e07f5332bfa47aeac63af)
12+
- feat: add fix switching [`791c9a0`](https://github.com/ast-grep/ast-grep/commit/791c9a0258d08481bf6aa01c02a503b16e3be64d)
13+
- chore(deps): update dependency ava to v6.4.0 [`0e51f2b`](https://github.com/ast-grep/ast-grep/commit/0e51f2b7dcda81180a7fcdd577c6fa952d0647a6)
14+
715
#### [0.38.4](https://github.com/ast-grep/ast-grep/compare/0.38.3...0.38.4)
816

17+
> 1 June 2025
18+
919
- feat: support file level suppression [`#1541`](https://github.com/ast-grep/ast-grep/issues/1541)
1020
- feat: add include-off rule in sg test [`#2023`](https://github.com/ast-grep/ast-grep/issues/2023)
1121
- feat: add multiple fix in vscode lsp [`9e9a282`](https://github.com/ast-grep/ast-grep/commit/9e9a282ca1a67592902a26eeae5ee5721966e116)

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolver = "2"
1010
lto = true
1111

1212
[workspace.package]
13-
version = "0.38.4"
13+
version = "0.38.5"
1414
authors = ["Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>"]
1515
edition = "2021"
1616
license = "MIT"
@@ -21,11 +21,11 @@ rust-version = "1.70"
2121
readme = "README.md"
2222

2323
[workspace.dependencies]
24-
ast-grep-core = { path = "crates/core", version = "0.38.4", default-features = false }
25-
ast-grep-config = { path = "crates/config", version = "0.38.4" }
26-
ast-grep-dynamic = { path = "crates/dynamic", version = "0.38.4" }
27-
ast-grep-language = { path = "crates/language", version = "0.38.4" }
28-
ast-grep-lsp = { path = "crates/lsp", version = "0.38.4" }
24+
ast-grep-core = { path = "crates/core", version = "0.38.5", default-features = false }
25+
ast-grep-config = { path = "crates/config", version = "0.38.5" }
26+
ast-grep-dynamic = { path = "crates/dynamic", version = "0.38.5" }
27+
ast-grep-language = { path = "crates/language", version = "0.38.5" }
28+
ast-grep-lsp = { path = "crates/lsp", version = "0.38.5" }
2929

3030
bit-set = { version = "0.8.0" }
3131
ignore = { version = "0.4.22" }

crates/napi/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-darwin-arm64",
3-
"version": "0.38.4",
3+
"version": "0.38.5",
44
"os": [
55
"darwin"
66
],

crates/napi/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-darwin-x64",
3-
"version": "0.38.4",
3+
"version": "0.38.5",
44
"os": [
55
"darwin"
66
],

crates/napi/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-linux-arm64-gnu",
3-
"version": "0.38.4",
3+
"version": "0.38.5",
44
"os": [
55
"linux"
66
],

crates/napi/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-linux-arm64-musl",
3-
"version": "0.38.4",
3+
"version": "0.38.5",
44
"os": [
55
"linux"
66
],

crates/napi/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-linux-x64-gnu",
3-
"version": "0.38.4",
3+
"version": "0.38.5",
44
"os": [
55
"linux"
66
],

crates/napi/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-linux-x64-musl",
3-
"version": "0.38.4",
3+
"version": "0.38.5",
44
"os": [
55
"linux"
66
],

crates/napi/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-win32-arm64-msvc",
3-
"version": "0.38.4",
3+
"version": "0.38.5",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)