Skip to content

Commit 3a84f1e

Browse files
0.38.6
bump version
1 parent a5a011b commit 3a84f1e

File tree

24 files changed

+56
-41
lines changed

24 files changed

+56
-41
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ 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.6](https://github.com/ast-grep/ast-grep/compare/0.38.5...0.38.6)
8+
9+
- fix(deps): update rust crate tower-lsp-server to 0.22.0 [`#2056`](https://github.com/ast-grep/ast-grep/pull/2056)
10+
- feat: allow sgconfig.yml to not have required ruleDirs field [`#2059`](https://github.com/ast-grep/ast-grep/issues/2059)
11+
- fix: ast-grep -h should not fail if sgconfig is wrong [`#2054`](https://github.com/ast-grep/ast-grep/issues/2054)
12+
- chore(deps): update dependency @ast-grep/napi to v0.38.5 [`c7a41d6`](https://github.com/ast-grep/ast-grep/commit/c7a41d62bde99f734a31ac4b325a3a4e25a9c8fe)
13+
- Revert "fix(deps): update rust crate tower-lsp-server to 0.22.0 (#2056)" [`a5a011b`](https://github.com/ast-grep/ast-grep/commit/a5a011b3c6add149df9da410ae5a272f96832019)
14+
- fix(deps): update rust crate toml_edit to v0.22.27 [`84cff96`](https://github.com/ast-grep/ast-grep/commit/84cff969999aae84b10bc5de17a739a636a4afb7)
15+
716
#### [0.38.5](https://github.com/ast-grep/ast-grep/compare/0.38.4...0.38.5)
817

18+
> 8 June 2025
19+
920
- feat: add simple cli multi fix [`#2036`](https://github.com/ast-grep/ast-grep/issues/2036)
1021
- fix: quit option should keep accepted changes [`#2031`](https://github.com/ast-grep/ast-grep/issues/2031)
1122
- feat: add better styling handle [`1a2b72c`](https://github.com/ast-grep/ast-grep/commit/1a2b72c5a6be0e506a6e07f5332bfa47aeac63af)

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.5"
13+
version = "0.38.6"
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.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" }
24+
ast-grep-core = { path = "crates/core", version = "0.38.6", default-features = false }
25+
ast-grep-config = { path = "crates/config", version = "0.38.6" }
26+
ast-grep-dynamic = { path = "crates/dynamic", version = "0.38.6" }
27+
ast-grep-language = { path = "crates/language", version = "0.38.6" }
28+
ast-grep-lsp = { path = "crates/lsp", version = "0.38.6" }
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.5",
3+
"version": "0.38.6",
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.5",
3+
"version": "0.38.6",
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.5",
3+
"version": "0.38.6",
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.5",
3+
"version": "0.38.6",
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.5",
3+
"version": "0.38.6",
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.5",
3+
"version": "0.38.6",
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.5",
3+
"version": "0.38.6",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)