Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = [
]

[workspace.package]
version = "0.5.1"
version = "0.5.2"
authors = ["Iuvo AI, Inc.", "Grit Contributors"]
description = "GritQL is a query language for searching, linting, and modifying code."
repository = "https://github.com/getgrit/gritql/"
Expand Down
6 changes: 6 additions & 0 deletions crates/grit-pattern-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2](https://github.com/biomejs/gritql/compare/grit-pattern-matcher-v0.5.1...grit-pattern-matcher-v0.5.2) - 2026-04-28

### Other

- increase Rust version to 1.82.0 ([#605](https://github.com/biomejs/gritql/pull/605))

## [0.5.1](https://github.com/getgrit/gritql/compare/grit-pattern-matcher-v0.5.0...grit-pattern-matcher-v0.5.1) - 2025-01-07

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/grit-pattern-matcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust.unused_crate_dependencies = "warn"
[dependencies]
elsa = { version = "1.9.0" }
getrandom = { version = "0.2.11", optional = true }
grit-util = { path = "../grit-util", version = "0.5.1" }
grit-util = { path = "../grit-util", version = "0.5.2" }
itertools = { version = "0.10.5" }
rand = { version = "0.8.5" }
regex = { version = "1.7.3" }
Expand Down
6 changes: 6 additions & 0 deletions crates/grit-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2](https://github.com/biomejs/gritql/compare/grit-util-v0.5.1...grit-util-v0.5.2) - 2026-04-28

### Added

- 570 kotlin support ([#573](https://github.com/biomejs/gritql/pull/573))

## [0.4.0](https://github.com/getgrit/gritql/compare/grit-util-v0.3.0...grit-util-v0.4.0) - 2024-10-10

### Added
Expand Down
25 changes: 25 additions & 0 deletions js/gritql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.0](https://github.com/biomejs/gritql/releases/tag/gritql_napi-v0.0.0) - 2026-04-28

### Added

- add github workflows for publishing napi bindings ([#674](https://github.com/biomejs/gritql/pull/674))
- initial commit of napi bindings ([#617](https://github.com/biomejs/gritql/pull/617))

### Fixed

- add repository URL to npm package.json files for provenance ([#679](https://github.com/biomejs/gritql/pull/679))
- add x86_64-unknown-freebsd to napi triples config ([#675](https://github.com/biomejs/gritql/pull/675))

### Other

- *(security)* update github actions and pin to commit sha ([#677](https://github.com/biomejs/gritql/pull/677))
- use depot workflows ([#680](https://github.com/biomejs/gritql/pull/680))
87 changes: 0 additions & 87 deletions resources/language-metavariables/tree-sitter-c-sharp/Cargo.lock

This file was deleted.

71 changes: 0 additions & 71 deletions resources/language-metavariables/tree-sitter-kotlin/Cargo.lock

This file was deleted.

68 changes: 0 additions & 68 deletions resources/language-metavariables/tree-sitter-php/Cargo.lock

This file was deleted.