Skip to content

Commit ec37227

Browse files
chore(master): release 0.2.0
1 parent 29fd6b0 commit ec37227

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/rtk-ai/grit/compare/v0.1.0...v0.2.0) (2026-03-28)
4+
5+
6+
### Features
7+
8+
* add --wait flag to claim command for retry with backoff ([13ab70b](https://github.com/rtk-ai/grit/commit/13ab70bd71887f8601f39f3d203f65c59644bf4d)), closes [#11](https://github.com/rtk-ai/grit/issues/11)
9+
* add C#, Go, Java, C, C++, Ruby language support ([b7c68e8](https://github.com/rtk-ai/grit/commit/b7c68e8bb9aa0b5161e7683ccbc3cfa4ed42d508))
10+
* add C#, Go, Java, C, C++, Ruby language support ([08fef9b](https://github.com/rtk-ai/grit/commit/08fef9b250a03c398a7dbe19748043b2dede7519))
11+
* add PHP language support (11 languages total) ([94ec393](https://github.com/rtk-ai/grit/commit/94ec393218b457a99393797611457e2e6562466f))
12+
* add PHP language support (11 languages total) ([a1ccaf1](https://github.com/rtk-ai/grit/commit/a1ccaf143a36a8a8f6e64aba8dd0a5dfc0de7b16))
13+
* add Swift and Kotlin language support with kind detection ([bc9f1fa](https://github.com/rtk-ai/grit/commit/bc9f1fa0956949649b2f64c71316ba17cbe1522a)), closes [#14](https://github.com/rtk-ai/grit/issues/14)
14+
15+
16+
### Bug Fixes
17+
18+
* resilient parser — skip incompatible grammars instead of aborting ([552e5b7](https://github.com/rtk-ai/grit/commit/552e5b79384228fc1b53e7dae851a84e6e3e5c90))
19+
* skip incompatible language grammars instead of aborting scan ([6dc40de](https://github.com/rtk-ai/grit/commit/6dc40de782d912d860011dd278823d0d396114f9))
20+
321
## 0.1.0 (2026-03-17)
422

523

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "grit"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Coordination layer for parallel AI agents on top of git"
66
keywords = ["git", "ai-agents", "experimental", "ast", "coordination"]

0 commit comments

Comments
 (0)