Skip to content

Commit e4fc00f

Browse files
committed
v0.1.1
1 parent 31c8099 commit e4fc00f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.1.1 - 2020-08-22
4+
5+
- Include package description.
6+
- Include gleam_http in applications.
7+
38
## v0.1.0 - 2020-08-22
49

510
- Initial release.

src/gleam_cowboy.app.src

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{application, gleam_cowboy,
2-
[{description, "A Gleam HTTP service adapter for the [Cowboy][cowboy] web server"},
3-
{vsn, "0.1.0"},
2+
[{description, "A Gleam HTTP service adapter for the Cowboy web server"},
3+
{vsn, "0.1.1"},
44
{registered, []},
55
{applications,
66
[kernel,
77
stdlib,
88
gleam_stdlib,
9+
gleam_http,
910
cowboy,
1011
ranch
1112
]},

0 commit comments

Comments
 (0)