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

Cowboy 2.10.0

This commit is contained in:
Loïc Hoguin 2023-04-28 10:41:18 +02:00
parent 326939c8a8
commit 9e600f6c1d
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
5 changed files with 49 additions and 5 deletions

View file

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