krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

ef49ce57a86cde94fff1ff7613035f0dcda036bf

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-12T03:07:15Z

0.20.2

`audit` recognizes orgo's own three keywords — `SLUG`, `DRAFT` and `TEMPLATE` —
rather than filing them under `???`.

0.20.1 reports the most-used keyword in a real orgo corpus as a name the
implementation does not recognize, which is the opposite of what the audit is
for.
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index cb00856..604d1c5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -675,7 +675,7 @@ dependencies = [
 
 [[package]]
 name = "orgo"
-version = "0.20.1"
+version = "0.20.2"
 dependencies = [
  "anyhow",
  "blake3",
diff --git a/Cargo.toml b/Cargo.toml
index cec1303..55d0eff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "orgo"
-version = "0.20.1"
+version = "0.20.2"
 edition = "2021"
 description = "Org-mode static site generator that renders the org element tree straight to HTML"
 license = "0BSD"