Skip to content

Commit 876d8b4

Browse files
0.38.3
bump version
1 parent 40af869 commit 876d8b4

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

+366
-114
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ 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.3](https://github.com/ast-grep/ast-grep/compare/0.38.2...0.38.3)
8+
9+
- feat: support object style libraryPath [`#2013`](https://github.com/ast-grep/ast-grep/issues/2013)
10+
- feat: Support Markdown rendering in CLI [`#1976`](https://github.com/ast-grep/ast-grep/issues/1976)
11+
- test: add more test for transform parse [`#902`](https://github.com/ast-grep/ast-grep/issues/902)
12+
- feat: implement transform shortcut [`#902`](https://github.com/ast-grep/ast-grep/issues/902)
13+
- feat: add note in lsp hover info [`b4f32df`](https://github.com/ast-grep/ast-grep/commit/b4f32dfb5cc244335886c9f2c88151a07e6c1373)
14+
- feat: add test case for string transform [`0c75416`](https://github.com/ast-grep/ast-grep/commit/0c75416e5d7f753eaf267b81630fc09ac5248eba)
15+
- refactor: simplify code [`0d3ba01`](https://github.com/ast-grep/ast-grep/commit/0d3ba0108a63e5e37ee755a30b97b8c4a34afabf)
16+
717
#### [0.38.2](https://github.com/ast-grep/ast-grep/compare/0.38.1...0.38.2)
818

19+
> 18 May 2025
20+
921
- feat: add --include-metadata flag in ast-grep scan [`#1987`](https://github.com/ast-grep/ast-grep/issues/1987)
1022
- fix: respect transform in fix [`#1991`](https://github.com/ast-grep/ast-grep/issues/1991)
1123
- **Breaking change:** feat: remove tree-sitter-facade-sg [`1e8a38d`](https://github.com/ast-grep/ast-grep/commit/1e8a38d181766cf638ffeecfdaae550d1acdadd6)

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

3030
bit-set = { version = "0.8.0" }
3131
ignore = { version = "0.4.22" }
@@ -36,4 +36,4 @@ tree-sitter = { version = "0.25.4" }
3636
thiserror = "2.0.0"
3737
schemars = "0.8.17"
3838
anyhow = "1.0.82"
39-
dashmap = "6.0.0"
39+
dashmap = "6.0.0"

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

0 commit comments

Comments
 (0)