summaryrefslogtreecommitdiffstats
path: root/_build/data/projects/cowlib.toml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-16 16:49:08 +0100
committerLoïc Hoguin <[email protected]>2023-01-16 16:49:08 +0100
commitd73aae065ac85cd7de71b815c1c8f28df6391828 (patch)
tree92b7240ff230f87cea5db9ab70a8e727875012a4 /_build/data/projects/cowlib.toml
parent992831c7a516b5183c2af06260829d41aa45267c (diff)
downloadninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.tar.gz
ninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.tar.bz2
ninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.zip
Cowlib 2.12
Also future-proof some templates. Unfortunately still have to use a very old Hugo version to build as there's bugs preventing proper asciidoc use otherwise (.asciidoc files do not get rendered properly).
Diffstat (limited to '_build/data/projects/cowlib.toml')
-rw-r--r--_build/data/projects/cowlib.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml
index 6150d953..d1850709 100644
--- a/_build/data/projects/cowlib.toml
+++ b/_build/data/projects/cowlib.toml
@@ -3,7 +3,7 @@ catchphrase = "Support library for the Web."
description = "The Web toolbox for HTTP/1.1, HTTP/2, Websocket, Multipart, Cookies, URL encoding..."
name = "cowlib"
repository = "https://github.com/ninenines/cowlib"
-versions = ["2.11", "2.10", "2.9", "2.8"]
-branches = ["2.11.0", "2.10.1", "2.9.1", "2.8.0"]
+versions = ["2.12", "2.11", "2.10", "2.9", "2.8"]
+branches = ["2.12.0", "2.11.0", "2.10.1", "2.9.1", "2.8.0"]
has_source = true
has_manual = true