Skip to content

Commit f12f69c

Browse files
committed
v0.1.0
1 parent 96ea9a5 commit f12f69c

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## v0.1.0 - 2020-06-30
4+
5+
- Initial release!

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
{deps, [
1111
{gleam_stdlib, "0.10.0"},
12-
{gleam_http, {git, "https://github.com/gleam-lang/gleam_http", {branch, "master"}}}
12+
{gleam_http, "1.0.0"}
1313
]}.

rebar.lock

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{"1.1.0",
2+
[{<<"gleam_http">>,{pkg,<<"gleam_http">>,<<"1.0.0">>},0},
3+
{<<"gleam_stdlib">>,{pkg,<<"gleam_stdlib">>,<<"0.10.0">>},0}]}.
4+
[
5+
{pkg_hash,[
6+
{<<"gleam_http">>, <<"DB302BA50144CB4AFA2CE5EBBE647873EB00974322FF3BF6319271328002B204">>},
7+
{<<"gleam_stdlib">>, <<"99DDF11B1458F7CA0D58A806B643CB1890C0B42CD283E51FAA6CF168C2496C9E">>}]}
8+
].

src/gleam_httpc.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, gleam_httpc,
22
[{description, "Gleam bindings to Erlang's built in HTTP client, httpc"},
3-
{vsn, "1.0.0"},
3+
{vsn, "0.1.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)