Skip to content

Commit 9d5980c

Browse files
chore: release v0.5.2
1 parent 0d42b4b commit 9d5980c

5 files changed

Lines changed: 18 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude = [
2323
]
2424

2525
[workspace.package]
26-
version = "0.5.1"
26+
version = "0.5.2"
2727
authors = ["Iuvo AI, Inc.", "Grit Contributors"]
2828
description = "GritQL is a query language for searching, linting, and modifying code."
2929
repository = "https://github.com/getgrit/gritql/"

crates/grit-pattern-matcher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.2](https://github.com/honeycombio/gritql/compare/grit-pattern-matcher-v0.5.1...grit-pattern-matcher-v0.5.2) - 2025-11-14
11+
12+
### Other
13+
14+
- increase Rust version to 1.82.0 ([#605](https://github.com/honeycombio/gritql/pull/605))
15+
1016
## [0.5.1](https://github.com/getgrit/gritql/compare/grit-pattern-matcher-v0.5.0...grit-pattern-matcher-v0.5.1) - 2025-01-07
1117

1218
### Other

crates/grit-pattern-matcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust.unused_crate_dependencies = "warn"
1717
[dependencies]
1818
elsa = { version = "1.9.0" }
1919
getrandom = { version = "0.2.11", optional = true }
20-
grit-util = { path = "../grit-util", version = "0.5.1" }
20+
grit-util = { path = "../grit-util", version = "0.5.2" }
2121
itertools = { version = "0.10.5" }
2222
rand = { version = "0.8.5" }
2323
regex = { version = "1.7.3" }

crates/grit-util/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.2](https://github.com/honeycombio/gritql/compare/grit-util-v0.5.1...grit-util-v0.5.2) - 2025-11-14
11+
12+
### Added
13+
14+
- 570 kotlin support ([#573](https://github.com/honeycombio/gritql/pull/573))
15+
1016
## [0.4.0](https://github.com/getgrit/gritql/compare/grit-util-v0.3.0...grit-util-v0.4.0) - 2024-10-10
1117

1218
### Added

0 commit comments

Comments
 (0)