summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-15 22:35:09 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-15 22:35:09 +0200
commit1b39b2683eb820560ba882936d4818af0dcfcec7 (patch)
treeb27118a634b6dd96be101283b055f621d4a5a82c /README.md
parentcee798c1b5c9fa5c4f3405655f7f5455619fc2b4 (diff)
downloadkrino-1b39b2683eb820560ba882936d4818af0dcfcec7.tar.gz
krino-1b39b2683eb820560ba882936d4818af0dcfcec7.zip
release notes and version mentions for 0.0.9v0.0.9
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 91711b8..81eec89 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ file's type, name, path, size, age, text content or duplicate status,
combined with `and` / `or` / `not`, that trigger actions — copy, move,
rename, delete (to the Trash by default), chained in the order written. It
shows the plan before touching anything, lets you approve all of it or file
-by file, logs every step, and can undo a run. Version 0.0.8 is the engine
+by file, logs every step, and can undo a run. Version 0.0.9 is the engine
and this command-line interface: per-directory rule files, placeholders in
destinations and new names, a keyword cache that makes a rerun fast, and
builds for Linux, FreeBSD and OpenBSD. It is not a GUI (that comes later), a
@@ -233,7 +233,7 @@ rule content only when a private pattern list is configured with
## Status
-**0.0.8, local only.** The module path is `krino`; `go install` only
+**0.0.9, local only.** The module path is `krino`; `go install` only
works once a remote is chosen and the imports are renamed to match
(`docs/design.md`, §18). Until then, build from a clone.
`krino -n --json`'s output shape is unstable before krino 1.0 — don't