Skip to content

Commit 87eb9a8

Browse files
0.33.0
bump version
1 parent d924fca commit 87eb9a8

File tree

23 files changed

+51
-43
lines changed

23 files changed

+51
-43
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.33.0](https://github.com/ast-grep/ast-grep/compare/0.32.3...0.33.0)
8+
9+
- **Breaking change:** refactor: move pyo3 registration to CustomLang [`4ddb08f`](https://github.com/ast-grep/ast-grep/commit/4ddb08ff68c1cebeaf459744bfc9fb85c6b0c15c)
10+
- feat: introduce napi_lang for dynamic loading [`1a8d782`](https://github.com/ast-grep/ast-grep/commit/1a8d782be7eb2cbcfa0291d87318d0594293b50b)
11+
- chore(deps): update dependency @ast-grep/napi to v0.32.3 [`713244f`](https://github.com/ast-grep/ast-grep/commit/713244f68c79d930011099d5f0fa63bfbad4d831)
12+
713
#### [0.32.3](https://github.com/ast-grep/ast-grep/compare/0.32.2...0.32.3)
814

15+
> 30 December 2024
16+
917
- feat: print fixed rules count [`#1708`](https://github.com/ast-grep/ast-grep/issues/1708)
1018
- fix: move unused suppressions to config crate [`#1624`](https://github.com/ast-grep/ast-grep/issues/1624)
1119
- fix: allow malformed pattern to be dumped as tree [`#804`](https://github.com/ast-grep/ast-grep/issues/804)

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -11,7 +11,7 @@ resolver = "2"
1111
lto = true
1212

1313
[workspace.package]
14-
version = "0.32.3"
14+
version = "0.33.0"
1515
authors = ["Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>"]
1616
edition = "2021"
1717
license = "MIT"
@@ -22,11 +22,11 @@ rust-version = "1.67"
2222
readme = "README.md"
2323

2424
[workspace.dependencies]
25-
ast-grep-core = { path = "crates/core", version = "0.32.3" }
26-
ast-grep-config = { path = "crates/config", version = "0.32.3" }
27-
ast-grep-dynamic = { path = "crates/dynamic", version = "0.32.3" }
28-
ast-grep-language = { path = "crates/language", version = "0.32.3" }
29-
ast-grep-lsp = { path = "crates/lsp", version = "0.32.3" }
25+
ast-grep-core = { path = "crates/core", version = "0.33.0" }
26+
ast-grep-config = { path = "crates/config", version = "0.33.0" }
27+
ast-grep-dynamic = { path = "crates/dynamic", version = "0.33.0" }
28+
ast-grep-language = { path = "crates/language", version = "0.33.0" }
29+
ast-grep-lsp = { path = "crates/lsp", version = "0.33.0" }
3030

3131
bit-set = { version = "0.8.0" }
3232
ignore = { version = "0.4.22" }
@@ -36,4 +36,4 @@ serde_yaml = "0.9.33"
3636
tree-sitter = { version = "0.24.5", package = "tree-sitter-facade-sg" }
3737
thiserror = "2.0.0"
3838
schemars = "0.8.17"
39-
anyhow = "1.0.82"
39+
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.32.3",
3+
"version": "0.33.0",
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.32.3",
3+
"version": "0.33.0",
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.32.3",
3+
"version": "0.33.0",
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.32.3",
3+
"version": "0.33.0",
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.32.3",
3+
"version": "0.33.0",
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.32.3",
3+
"version": "0.33.0",
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.32.3",
3+
"version": "0.33.0",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy