Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Dec 16, 2019
1 parent 6e9b9c9 commit 9365ca3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.6.3 (2019-12-16)

* Add organization API
* Add level and transfer params to add owner API
* Add `hex_tarball:unpack_docs/2`
* Add `hex_api_auth:test_key/3`

## 0.6.2 (2019-11-11)

* Gracefully handle HTTP errors
Expand Down
2 changes: 1 addition & 1 deletion doc/tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 style="margin-top: 0;margin-bottom: 0;text-align:center;">
<span style="color: #3d3d3d;font-weight: 300;font-size: 20px;">hex_core</span>
</h1>
<h2 style="margin-top: 0;margin-bottom: 0;text-align:center;">
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.6.1</span>
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.6.3</span>
</h2>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/hex_core.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, hex_core, [
{description, "Reference implementation of Hex specifications"},
{vsn, "0.6.3-dev"},
{vsn, "0.6.3"},
{registered, []},
{applications, [kernel, stdlib]},
{licenses, ["Apache-2.0"]},
Expand Down
2 changes: 1 addition & 1 deletion src/hex_core.hrl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-define(HEX_CORE_VERSION, "0.6.1").
-define(HEX_CORE_VERSION, "0.6.3").

0 comments on commit 9365ca3

Please sign in to comment.