krz/orgo

Lightning fast org-mode static site generator.

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

0ac7aceebaa30cb821921ec1d38e5e572f0e1542

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-12T00:28:34Z

0.20.1

`.well-known` is published rather than excluded with the other dot-directories.

0.20.0 is on crates.io and does not have this fix, so anyone installing it and
deploying with a delete-enabled rsync loses their security.txt — which is how
this was found.
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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