Skip to content

Commit 5234838

Browse files
chore(main): release 0.1.2
1 parent 02fba8a commit 5234838

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/fohte/runok/compare/v0.1.1...v0.1.2) (2026-03-06)
4+
5+
6+
### Features
7+
8+
* **init:** add `runok init` subcommand ([#152](https://github.com/fohte/runok/issues/152)) ([176d9b6](https://github.com/fohte/runok/commit/176d9b6c12ccb0a987ed721b264dcb6971d42278))
9+
10+
11+
### Bug Fixes
12+
13+
* evaluate command substitutions nested in quoted strings ([#151](https://github.com/fohte/runok/issues/151)) ([af784b6](https://github.com/fohte/runok/commit/af784b6c6e5325da97bf8e69465f1d4a59519a66))
14+
* resolve stack overflow in compound command evaluation with command substitutions ([#149](https://github.com/fohte/runok/issues/149)) ([97b46a7](https://github.com/fohte/runok/commit/97b46a7ae1903598f068cabbb3250ff3a2c3933a))
15+
* **rules:** stop flag alternation from consuming placeholder as flag value ([#154](https://github.com/fohte/runok/issues/154)) ([24a951a](https://github.com/fohte/runok/commit/24a951a00ef83adc4748b9e260dd2889b92edb81))
16+
* treat `--` as a positional literal instead of a flag ([#153](https://github.com/fohte/runok/issues/153)) ([c2f6d72](https://github.com/fohte/runok/commit/c2f6d726f2ca697b89e4ba993c5b36fd68a1f02e))
17+
18+
19+
### Dependencies
20+
21+
* update rust crate dialoguer to v0.12.0 ([#158](https://github.com/fohte/runok/issues/158)) ([9e3cd2e](https://github.com/fohte/runok/commit/9e3cd2e44ed4b88bde8eff800fd96592339ef381))
22+
* update rust crate tempfile to v3.26.0 ([#147](https://github.com/fohte/runok/issues/147)) ([02fba8a](https://github.com/fohte/runok/commit/02fba8a6909cf363a1a4c52db5f0a60e1447353d))
23+
* update rust crate tree-sitter to v0.26.6 ([#156](https://github.com/fohte/runok/issues/156)) ([f44c9a6](https://github.com/fohte/runok/commit/f44c9a652e81121e50df8dd7de42dd5c758f2a25))
24+
325
## [0.1.1](https://github.com/fohte/runok/compare/v0.1.0...v0.1.1) (2026-03-02)
426

527

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.1"
6+
version = "0.1.2"
77
edition = "2024"
88
description = "Command execution permission framework for LLM agents"
99
license = "MIT"

0 commit comments

Comments
 (0)