diff options
author | Loïc Hoguin <[email protected]> | 2025-09-18 13:57:15 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-09-18 13:57:15 +0200 |
commit | e42e75dcec01ad8e13202c0a24fc48b19d62873a (patch) | |
tree | 8c7366ab6ada4482ba20131de66b3da527a9a4e5 /_build/data/projects | |
parent | eb808a3f8bbd97d2a2ea0114b43b708a17b44066 (diff) | |
download | ninenines.eu-master.tar.gz ninenines.eu-master.tar.bz2 ninenines.eu-master.zip |
Diffstat (limited to '_build/data/projects')
-rw-r--r-- | _build/data/projects/cowboy.toml | 4 | ||||
-rw-r--r-- | _build/data/projects/cowlib.toml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml index 3c15347e..f7a02de0 100644 --- a/_build/data/projects/cowboy.toml +++ b/_build/data/projects/cowboy.toml @@ -3,8 +3,8 @@ catchphrase = "Small, fast, modern HTTP server." description = "Cowboy is the ultimate server for the modern Web with support for Websocket, HTTP/2 and REST." name = "cowboy" repository = "https://github.com/ninenines/cowboy" -versions = ["2.13", "2.12", "2.11", "2.10", "2.9", "2.8", "2.7", "2.6"] -branches = ["2.13.0", "2.12.0", "2.11.0", "22adc4de517bf54661795f6e18b6b2e62aec4140", "2.9.0", "2.8.0", "2.7.0", "2.6.3"] +versions = ["2.14", "2.13", "2.12", "2.11", "2.10", "2.9", "2.8", "2.7", "2.6"] +branches = ["2.14.0", "2.13.0", "2.12.0", "2.11.0", "22adc4de517bf54661795f6e18b6b2e62aec4140", "2.9.0", "2.8.0", "2.7.0", "2.6.3"] has_source = true has_guide = true has_manual = true diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml index 8a29a7c0..3dcb9cd6 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.15", "2.14", "2.13", "2.12", "2.11", "2.10", "2.9", "2.8"] -branches = ["2.15.0", "2.14.0", "2.13.0", "2.12.1", "2.11.0", "2.10.1", "2.9.1", "2.8.0"] +versions = ["2.16", "2.15", "2.14", "2.13", "2.12", "2.11", "2.10", "2.9", "2.8"] +branches = ["2.16.0", "2.15.0", "2.14.0", "2.13.0", "2.12.1", "2.11.0", "2.10.1", "2.9.1", "2.8.0"] has_source = true has_manual = true |