mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Cowboy 2.11
This commit is contained in:
parent
f060e6c4ff
commit
8f9051519e
8 changed files with 156 additions and 10 deletions
8
Makefile
8
Makefile
|
@ -2,7 +2,7 @@
|
|||
|
||||
PROJECT = cowboy
|
||||
PROJECT_DESCRIPTION = Small, fast, modern HTTP server.
|
||||
PROJECT_VERSION = 2.10.0
|
||||
PROJECT_VERSION = 2.11.0
|
||||
PROJECT_REGISTERED = cowboy_clock
|
||||
|
||||
# Options.
|
||||
|
@ -38,8 +38,8 @@ define HEX_TARBALL_EXTRA_METADATA
|
|||
#{
|
||||
licenses => [<<"ISC">>],
|
||||
links => #{
|
||||
<<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.10/guide/">>,
|
||||
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.10/manual/">>,
|
||||
<<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.11/guide/">>,
|
||||
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.11/manual/">>,
|
||||
<<"GitHub">> => <<"https://github.com/ninenines/cowboy">>,
|
||||
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
|
||||
}
|
||||
|
@ -105,7 +105,7 @@ prepare_tag:
|
|||
$(verbose) grep http.*:// README.asciidoc
|
||||
$(verbose) echo
|
||||
$(verbose) echo "Titles in most recent CHANGELOG:"
|
||||
$(verbose) for f in `ls -r doc/src/guide/migrating_from_*.asciidoc | head -n1`; do \
|
||||
$(verbose) for f in `ls -rv doc/src/guide/migrating_from_*.asciidoc | head -n1`; do \
|
||||
echo $$f:; \
|
||||
grep == $$f; \
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue