Skip to content

Commit 7d0226a

Browse files
chore(main): release 0.1.1 (#139)
Co-authored-by: fohte-bot[bot] <139195068+fohte-bot[bot]@users.noreply.github.com>
1 parent 4287cb2 commit 7d0226a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.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.1.1"
33
}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/fohte/runok/compare/v0.1.0...v0.1.1) (2026-03-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** add `--version` flag ([#138](https://github.com/fohte/runok/issues/138)) ([a284a3b](https://github.com/fohte/runok/commit/a284a3b2e152a016a7aabd807b24c378b615dba6))
9+
* **config:** support `runok.yaml` for global config file discovery ([#141](https://github.com/fohte/runok/issues/141)) ([b338d30](https://github.com/fohte/runok/commit/b338d30edf71a93cb58dce6d3e3202bba5ac6f8c))
10+
11+
12+
### Dependencies
13+
14+
* update pnpm to v10.30.1 ([#133](https://github.com/fohte/runok/issues/133)) ([94023f8](https://github.com/fohte/runok/commit/94023f8015f706da3022597b710e257f5dd0b6d1))
15+
* update rust crate tree-sitter to v0.26.5 ([#16](https://github.com/fohte/runok/issues/16)) ([4287cb2](https://github.com/fohte/runok/commit/4287cb2ffba0811eb709d51dcdbc9c4d71da525d))
16+
317
## [0.1.0](https://github.com/fohte/runok/compare/v0.1.0...v0.1.0) (2026-03-01)
418

519

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
@@ -3,7 +3,7 @@ members = ["."]
33

44
[package]
55
name = "runok"
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2024"
88
description = "Command execution permission framework for LLM agents"
99
license = "MIT"

0 commit comments

Comments
 (0)