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
Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) @@ -675,7 +675,7 @@ dependencies = [ [[package]] name = "orgo" -version = "0.19.1" +version = "0.20.0" dependencies = [ "anyhow", "blake3", @@ -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"