Skip to content

Commit

Permalink
0.22.0
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
HerringtonDarkholme committed May 8, 2024
1 parent 2133310 commit e79886d
Show file tree
Hide file tree
Showing 22 changed files with 52 additions and 43 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.22.0](https://github.com/ast-grep/ast-grep/compare/0.21.4...0.22.0)

- test: add string test case back in Rust [`#1060`](https://github.com/ast-grep/ast-grep/issues/1060)
- chore: bump tree-sitter version [`5b45bd7`](https://github.com/ast-grep/ast-grep/commit/5b45bd7986d5fc6c3bd0ec8945079892c4ec3751)
- fix: update wasm crate [`ce9acba`](https://github.com/ast-grep/ast-grep/commit/ce9acbab57b2f94c5212692ba340bf5d22bae71b)
- fix: update ts deps [`3a67b6b`](https://github.com/ast-grep/ast-grep/commit/3a67b6bddd27d701f588b5a046a9b430aa7881ff)

#### [0.21.4](https://github.com/ast-grep/ast-grep/compare/0.21.3...0.21.4)

> 6 May 2024
- fix: build from source [`#1125`](https://github.com/ast-grep/ast-grep/pull/1125)
- doc: update how to install via cargo [`#1118`](https://github.com/ast-grep/ast-grep/issues/1118)
- feat: report undefined util rules [`#1106`](https://github.com/ast-grep/ast-grep/issues/1106)
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolver = "2"
lto = true

[workspace.package]
version = "0.21.4"
version = "0.22.0"
authors = ["Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -22,11 +22,11 @@ rust-version = "1.67"
readme = "README.md"

[workspace.dependencies]
ast-grep-core = { path = "crates/core", version = "0.21.4" }
ast-grep-config = { path = "crates/config", version = "0.21.4" }
ast-grep-dynamic = { path = "crates/dynamic", version = "0.21.4" }
ast-grep-language = { path = "crates/language", version = "0.21.4" }
ast-grep-lsp = { path = "crates/lsp", version = "0.21.4" }
ast-grep-core = { path = "crates/core", version = "0.22.0" }
ast-grep-config = { path = "crates/config", version = "0.22.0" }
ast-grep-dynamic = { path = "crates/dynamic", version = "0.22.0" }
ast-grep-language = { path = "crates/language", version = "0.22.0" }
ast-grep-lsp = { path = "crates/lsp", version = "0.22.0" }

bit-set = { version = "0.5.3" }
ignore = { version = "0.4.22" }
Expand All @@ -35,4 +35,4 @@ serde = { version = "1.0.200", features = ["derive"] }
tree-sitter = { version = "0.21.3", package = "tree-sitter-facade-sg" }
thiserror = "1.0.59"
schemars = "0.8.17"
anyhow = "1.0.82"
anyhow = "1.0.82"
2 changes: 1 addition & 1 deletion crates/napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi-darwin-arm64",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi-darwin-x64",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi-linux-arm64-gnu",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi-linux-x64-gnu",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi-linux-x64-musl",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi-win32-arm64-msvc",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi-win32-ia32-msvc",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi-win32-x64-msvc",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/napi",
"version": "0.21.4",
"version": "0.22.0",
"description": "Search and Rewrite code at large scale using precise AST pattern",
"homepage": "https://ast-grep.github.io",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion crates/pyo3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "ast-grep-py"
requires-python = ">=3.8"
version = "0.21.4"
version = "0.22.0"
description = "Structural Search and Rewrite code at large scale using precise AST pattern."
authors = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }]
maintainers = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }]
Expand Down
16 changes: 8 additions & 8 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/cli",
"version": "0.21.4",
"version": "0.22.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,13 +29,13 @@
"postinstall": "node postinstall.js"
},
"optionalDependencies": {
"@ast-grep/cli-win32-arm64-msvc": "0.21.4",
"@ast-grep/cli-win32-ia32-msvc": "0.21.4",
"@ast-grep/cli-win32-x64-msvc": "0.21.4",
"@ast-grep/cli-darwin-arm64": "0.21.4",
"@ast-grep/cli-darwin-x64": "0.21.4",
"@ast-grep/cli-linux-arm64-gnu": "0.21.4",
"@ast-grep/cli-linux-x64-gnu": "0.21.4"
"@ast-grep/cli-win32-arm64-msvc": "0.22.0",
"@ast-grep/cli-win32-ia32-msvc": "0.22.0",
"@ast-grep/cli-win32-x64-msvc": "0.22.0",
"@ast-grep/cli-darwin-arm64": "0.22.0",
"@ast-grep/cli-darwin-x64": "0.22.0",
"@ast-grep/cli-linux-arm64-gnu": "0.22.0",
"@ast-grep/cli-linux-x64-gnu": "0.22.0"
},
"bin": {
"sg": "sg",
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/cli-darwin-arm64",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/cli-darwin-x64",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/cli-linux-arm64-gnu",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/cli-linux-x64-gnu",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/cli-win32-arm64-msvc",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/cli-win32-ia32-msvc",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/cli-win32-x64-msvc",
"version": "0.21.4",
"version": "0.22.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "ast-grep-cli"
version = "0.21.4"
version = "0.22.0"
description = "Structural Search and Rewrite code at large scale using precise AST pattern."
authors = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }]
maintainers = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }]
Expand Down

0 comments on commit e79886d

Please sign in to comment.