Skip to content

Commit a64cb67

Browse files
0.39.2
bump version
1 parent 401c029 commit a64cb67

File tree

23 files changed

+53
-42
lines changed

23 files changed

+53
-42
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.39.2](https://github.com/ast-grep/ast-grep/compare/0.39.1...0.39.2)
8+
9+
- fix(deps): update rust crate tokio to v1.47.0 [`#2124`](https://github.com/ast-grep/ast-grep/pull/2124)
10+
- fix: ignore comments in relax/signature/template strictness [`#2122`](https://github.com/ast-grep/ast-grep/issues/2122)
11+
- fix: prefer using env to determine bgcolor [`#2114`](https://github.com/ast-grep/ast-grep/issues/2114)
12+
- fix: update rules [`c5fd340`](https://github.com/ast-grep/ast-grep/commit/c5fd34000af4cee2d74234e60649c7f81d97ca05)
13+
- chore(deps): update dependency @napi-rs/cli to v3.0.4 [`b07e5bd`](https://github.com/ast-grep/ast-grep/commit/b07e5bd74cfa5c92dc336528b1b8fe5288d9173c)
14+
- fix: temporarily remove tweaking [`d2fedd2`](https://github.com/ast-grep/ast-grep/commit/d2fedd2a7ab82109baf07216241af25164ce9f7e)
15+
716
#### [0.39.1](https://github.com/ast-grep/ast-grep/compare/0.39.0...0.39.1)
817

18+
> 20 July 2025
19+
920
- fix: update package [`8c2327b`](https://github.com/ast-grep/ast-grep/commit/8c2327b247dbe3b218a7a888480a7cf0ad765fb4)
1021
- fix: fix build [`d59c219`](https://github.com/ast-grep/ast-grep/commit/d59c219299af827da11a52f9e7f8ffbbb3ebaeb8)
1122
- fix: remove json format [`90369a4`](https://github.com/ast-grep/ast-grep/commit/90369a4cf698e8d3cbdc9c872f852c277588521b)

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.39.1"
13+
version = "0.39.2"
1414
authors = ["Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>"]
1515
edition = "2021"
1616
license = "MIT"
@@ -21,11 +21,11 @@ rust-version = "1.79"
2121
readme = "README.md"
2222

2323
[workspace.dependencies]
24-
ast-grep-core = { path = "crates/core", version = "0.39.1", default-features = false }
25-
ast-grep-config = { path = "crates/config", version = "0.39.1" }
26-
ast-grep-dynamic = { path = "crates/dynamic", version = "0.39.1" }
27-
ast-grep-language = { path = "crates/language", version = "0.39.1" }
28-
ast-grep-lsp = { path = "crates/lsp", version = "0.39.1" }
24+
ast-grep-core = { path = "crates/core", version = "0.39.2", default-features = false }
25+
ast-grep-config = { path = "crates/config", version = "0.39.2" }
26+
ast-grep-dynamic = { path = "crates/dynamic", version = "0.39.2" }
27+
ast-grep-language = { path = "crates/language", version = "0.39.2" }
28+
ast-grep-lsp = { path = "crates/lsp", version = "0.39.2" }
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 = "1.0.0"
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.39.1",
3+
"version": "0.39.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.39.1",
3+
"version": "0.39.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.39.1",
3+
"version": "0.39.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.39.1",
3+
"version": "0.39.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.39.1",
3+
"version": "0.39.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.39.1",
3+
"version": "0.39.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.39.1",
3+
"version": "0.39.2",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)