diff options
Diffstat (limited to '_build')
-rw-r--r-- | _build/content/articles/cowboy-2.3.0.asciidoc | 22 | ||||
-rw-r--r-- | _build/data/projects/cowboy.toml | 4 | ||||
-rw-r--r-- | _build/themes/ninenines/layouts/articles/list.html (renamed from _build/themes/ninenines/layouts/indexes/articles.html) | 0 |
3 files changed, 24 insertions, 2 deletions
diff --git a/_build/content/articles/cowboy-2.3.0.asciidoc b/_build/content/articles/cowboy-2.3.0.asciidoc new file mode 100644 index 00000000..4e38ecfe --- /dev/null +++ b/_build/content/articles/cowboy-2.3.0.asciidoc @@ -0,0 +1,22 @@ ++++ +date = "2018-04-04T12:00:00+01:00" +title = "Cowboy 2.3" + ++++ + +Cowboy `2.3.0` has been released! + +This release focused on adding support for the functions +from the `sys` module for introspecting Cowboy processes. + +Many bugs have also been fixed. A more complete +list of changes can be found in the migration guide: +https://ninenines.eu/docs/en/cowboy/2.3/guide/migrating_from_2.2/[Migrating from Cowboy 2.2 to 2.3]. + +You can donate to this project via +https://salt.bountysource.com/teams/ninenines[BountySource] +because I need to eat snacks when I write code. +Thanks in advance! + +As usual, feedback is appreciated, and issues +should be reported by opening a ticket. Thanks! diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml index 5fe881ad..8671eb1b 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.2", "2.1", "2.0", "1.0"] -branches = ["master", "32d9d494c70f1f48a9194fce8eb550cd3f88df54", "2.0.0", "1.0.x"] +versions = ["2.3", "2.2", "2.1", "2.0", "1.0"] +branches = ["master", "2.2.2", "32d9d494c70f1f48a9194fce8eb550cd3f88df54", "2.0.0", "1.0.x"] has_source = true has_guide = true has_manual = true diff --git a/_build/themes/ninenines/layouts/indexes/articles.html b/_build/themes/ninenines/layouts/articles/list.html index ce8f9b4c..ce8f9b4c 100644 --- a/_build/themes/ninenines/layouts/indexes/articles.html +++ b/_build/themes/ninenines/layouts/articles/list.html |