0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00

Cowboy 2.13.0

This commit is contained in:
Loïc Hoguin 2025-02-17 14:46:20 +01:00
parent 9430bf99ea
commit 9facbfd121
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
5 changed files with 123 additions and 6 deletions

View file

@ -2,7 +2,7 @@
PROJECT = cowboy
PROJECT_DESCRIPTION = Small, fast, modern HTTP server.
PROJECT_VERSION = 2.12.0
PROJECT_VERSION = 2.13.0
PROJECT_REGISTERED = cowboy_clock
# Options.
@ -44,8 +44,8 @@ define HEX_TARBALL_EXTRA_METADATA
#{
licenses => [<<"ISC">>],
links => #{
<<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.12/guide/">>,
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.12/manual/">>,
<<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.13/guide/">>,
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.13/manual/">>,
<<"GitHub">> => <<"https://github.com/ninenines/cowboy">>,
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
}