From 48f39402181d959cad88cb3f460210c007169f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 12 May 2021 11:13:47 +0200 Subject: Cowboy 2.9.0 --- _build/data/projects/cowboy.toml | 4 ++-- _build/data/projects/cowlib.toml | 4 ++-- _build/data/projects/ranch.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to '_build/data/projects') diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml index 3944d087..a2cbb7fb 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.8", "2.7", "2.6", "2.5", "2.4", "2.3"] -branches = ["2.8.0", "2.7.0", "2.6.3", "2.5.0", "2.4.0", "2.3.0"] +versions = ["2.9", "2.8", "2.7", "2.6", "2.5", "2.4"] +branches = ["2.9.0", "2.8.0", "2.7.0", "2.6.3", "2.5.0", "2.4.0"] has_source = true has_guide = true has_manual = true diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml index 43a8a012..6150d953 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.10", "2.9", "2.8"] -branches = ["master", "2.9.1", "2.8.0"] +versions = ["2.11", "2.10", "2.9", "2.8"] +branches = ["2.11.0", "2.10.1", "2.9.1", "2.8.0"] has_source = true has_manual = true diff --git a/_build/data/projects/ranch.toml b/_build/data/projects/ranch.toml index 8523bf32..d0e1e667 100644 --- a/_build/data/projects/ranch.toml +++ b/_build/data/projects/ranch.toml @@ -3,8 +3,8 @@ catchphrase = "The holy cow of servers." description = "Ranch is a socket acceptor pool for building awesome TCP and TLS servers." name = "ranch" repository = "https://github.com/ninenines/ranch" -versions = ["2.0", "1.7", "1.6", "1.5", "1.4"] -branches = ["2.0.0", "1.7.1", "1.6.2", "1.5.0", "1.4.0"] +versions = ["2.0", "1.8", "1.7", "1.6", "1.5"] +branches = ["2.0.0", "1.8.0", "1.7.1", "1.6.2", "1.5.0"] has_source = true has_guide = true has_manual = true -- cgit v1.2.3