Skip to content

Commit a5d051e

Browse files
0.38.2
bump version
1 parent 6c6b31a commit a5d051e

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

+1132
-42
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.2](https://github.com/ast-grep/ast-grep/compare/0.38.1...0.38.2)
8+
9+
- feat: add --include-metadata flag in ast-grep scan [`#1987`](https://github.com/ast-grep/ast-grep/issues/1987)
10+
- fix: respect transform in fix [`#1991`](https://github.com/ast-grep/ast-grep/issues/1991)
11+
- **Breaking change:** feat: remove tree-sitter-facade-sg [`1e8a38d`](https://github.com/ast-grep/ast-grep/commit/1e8a38d181766cf638ffeecfdaae550d1acdadd6)
12+
- fix: remove benches [`c44c315`](https://github.com/ast-grep/ast-grep/commit/c44c315947a52b8f0741f7ac3450983029e3ea80)
13+
- feat: add label handling in json print [`33192d7`](https://github.com/ast-grep/ast-grep/commit/33192d776b8d1277b9cb3551c0c86ffc7afb22f7)
14+
715
#### [0.38.1](https://github.com/ast-grep/ast-grep/compare/0.38.0...0.38.1)
816

17+
> 11 May 2025
18+
919
- chore(deps): update dependency @ast-grep/napi to v0.38.0 [`227bab3`](https://github.com/ast-grep/ast-grep/commit/227bab35500a6309e21e0c72a485eaaa14e715bb)
1020
- Revert "fix: simplify version" [`a5d9fd8`](https://github.com/ast-grep/ast-grep/commit/a5d9fd82e516df44b926a546ca37505577de6f86)
1121
- fix(deps): update rust crate clap to v4.5.38 [`cc8047c`](https://github.com/ast-grep/ast-grep/commit/cc8047c4b43b2287f79bd12b957576a9bbc4e713)

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: 7 additions & 7 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.1"
13+
version = "0.38.2"
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.1", default-features = false }
25-
ast-grep-config = { path = "crates/config", version = "0.38.1" }
26-
ast-grep-dynamic = { path = "crates/dynamic", version = "0.38.1" }
27-
ast-grep-language = { path = "crates/language", version = "0.38.1" }
28-
ast-grep-lsp = { path = "crates/lsp", version = "0.38.1" }
24+
ast-grep-core = { path = "crates/core", version = "0.38.2", default-features = false }
25+
ast-grep-config = { path = "crates/config", version = "0.38.2" }
26+
ast-grep-dynamic = { path = "crates/dynamic", version = "0.38.2" }
27+
ast-grep-language = { path = "crates/language", version = "0.38.2" }
28+
ast-grep-lsp = { path = "crates/lsp", version = "0.38.2" }
2929

3030
bit-set = { version = "0.8.0" }
3131
ignore = { version = "0.4.22" }
@@ -35,4 +35,4 @@ serde_yaml = "0.9.33"
3535
tree-sitter = { version = "0.25.4" }
3636
thiserror = "2.0.0"
3737
schemars = "0.8.17"
38-
anyhow = "1.0.82"
38+
anyhow = "1.0.82"

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.1",
3+
"version": "0.38.2",
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.1",
3+
"version": "0.38.2",
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.1",
3+
"version": "0.38.2",
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.1",
3+
"version": "0.38.2",
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.1",
3+
"version": "0.38.2",
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.1",
3+
"version": "0.38.2",
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.1",
3+
"version": "0.38.2",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)