File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v1.5.1 - TBC
3
+ ## v1.6.0 - 2020-11-19
4
4
5
- - The ` gleam/http.default_req ` function returns a ` Request(String) ` again,
6
- reverting the change from v1.5.0
5
+ - The ` gleam/http.default_req ` function returns a ` Request(String) ` again,
6
+ reverting the change from v1.5.0.
7
7
- The ` gleam/http ` module gains the ` get_resp_cookie ` function.
8
8
- The ` gleam/http ` module gains the ` set_scheme ` and ` set_port ` functions.
9
9
- The Gleam stdlib version requirement has been relaxed.
46
46
47
47
## v1.0.0 - 2020-06-30
48
48
49
- - Initial release
49
+ - Initial release.
Original file line number Diff line number Diff line change 1
1
{application , gleam_http ,
2
2
[{description , " Types and functions for HTTP clients and servers!" },
3
- {vsn , " 1.3 .0" },
3
+ {vsn , " 1.6 .0" },
4
4
{registered , []},
5
5
{applications ,
6
6
[kernel ,
You can’t perform that action at this time.
0 commit comments