krz/orgo

Lightning fast org-mode static site generator.

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

55778642ccd7d5de4c5a71906b866af1e5dd8556

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-11T23:53:42Z

0.20.0

Sitemaps are the reason for the version: `sitemap.xml` listing every page the
build emits, written once `site.base_url` is set.

Since 0.19.1 was published, also: publishing to crates.io from CI with no stored
token, a speed comparison against weblorg in the README, and a keyword crates.io
would not accept.
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 955d1a6..57cf0b2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -675,7 +675,7 @@ dependencies = [
 
 [[package]]
 name = "orgo"
-version = "0.19.1"
+version = "0.20.0"
 dependencies = [
  "anyhow",
  "blake3",
diff --git a/Cargo.toml b/Cargo.toml
index 3e70080..c282299 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "orgo"
-version = "0.19.1"
+version = "0.20.0"
 edition = "2021"
 description = "Org-mode static site generator that renders the org element tree straight to HTML"
 license = "0BSD"