Skip to content

Commit 190a5ca

Browse files
0.39.5
bump version
1 parent 44e2cdd commit 190a5ca

File tree

25 files changed

+59
-41
lines changed

25 files changed

+59
-41
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.39.5](https://github.com/ast-grep/ast-grep/compare/0.39.4...0.39.5)
8+
9+
- Allowing LSP clients without publish diagnostics data support to support code fixes [`#2209`](https://github.com/ast-grep/ast-grep/pull/2209)
10+
- fix: store client cap and do not send workspace folder req [`#2211`](https://github.com/ast-grep/ast-grep/issues/2211)
11+
- fix: comment after node should be ignored in strictness=relax [`#2216`](https://github.com/ast-grep/ast-grep/issues/2216)
12+
- fix: apply_all_code_actions function disallow multi-line [`#2222`](https://github.com/ast-grep/ast-grep/issues/2222)
13+
- chore(deps): update dependency oxlint to v1.13.0 [`4be8252`](https://github.com/ast-grep/ast-grep/commit/4be8252ed739a663f1a751e654ee150312fdfba3)
14+
- chore(deps): update dependency @ast-grep/napi to v0.39.4 [`3187d39`](https://github.com/ast-grep/ast-grep/commit/3187d393a60e503c45cd16151429db45d3347ec4)
15+
- chore(deps): update dependency oxlint to v1.14.0 [`7405f99`](https://github.com/ast-grep/ast-grep/commit/7405f9935e8038e077efeb02a3f6ab1b9014dc6b)
16+
717
#### [0.39.4](https://github.com/ast-grep/ast-grep/compare/0.39.3...0.39.4)
818

19+
> 16 August 2025
20+
921
- Improve error messages for ast-grep test failures based on failure type [`#2174`](https://github.com/ast-grep/ast-grep/pull/2174)
1022
- Add comprehensive GitHub Copilot development instructions [`#2152`](https://github.com/ast-grep/ast-grep/pull/2152)
1123
- Address all code review comments: move make_rule_finder to lsp.rs, simplify logic, reduce indentation, update file watchers, remove unused deps [`8ef8ed6`](https://github.com/ast-grep/ast-grep/commit/8ef8ed63490b379f7cee54ad0cf6ff9e8d557016)

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.39.4"
13+
version = "0.39.5"
1414
authors = ["Herrington Darkholme <[email protected]>"]
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.4", default-features = false }
25-
ast-grep-config = { path = "crates/config", version = "0.39.4" }
26-
ast-grep-dynamic = { path = "crates/dynamic", version = "0.39.4" }
27-
ast-grep-language = { path = "crates/language", version = "0.39.4" }
28-
ast-grep-lsp = { path = "crates/lsp", version = "0.39.4" }
24+
ast-grep-core = { path = "crates/core", version = "0.39.5", default-features = false }
25+
ast-grep-config = { path = "crates/config", version = "0.39.5" }
26+
ast-grep-dynamic = { path = "crates/dynamic", version = "0.39.5" }
27+
ast-grep-language = { path = "crates/language", version = "0.39.5" }
28+
ast-grep-lsp = { path = "crates/lsp", version = "0.39.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.39.4",
3+
"version": "0.39.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.39.4",
3+
"version": "0.39.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.39.4",
3+
"version": "0.39.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.39.4",
3+
"version": "0.39.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.39.4",
3+
"version": "0.39.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.39.4",
3+
"version": "0.39.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.39.4",
3+
"version": "0.39.5",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)