Skip to content

Commit 92543f1

Browse files
committed
Release v0.5.0
1 parent da02e89 commit 92543f1

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 0.5.0 (2019-02-26)
4+
5+
* Fetch package data from proper repository organization and don't verify origin if configured
6+
* **Backwards-incompatible**: Make `hex_api` module private
7+
* **Backwards-incompatible**: `organization` config key has been replaced with `api_organization`
8+
and `api_repository` keys
9+
* Add `repo_organization` config key
10+
* `vendor.sh`: Add missing `hex_pb_*.erl` files
11+
* `vendor.sh`: Fix replacing `hex_core`
12+
313
## 0.4.0 (2018-12-30)
414

515
* Revert swich from proto2 to proto3

doc/tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 style="margin-top: 0;margin-bottom: 0;text-align:center;">
2020
<span style="color: #3d3d3d;font-weight: 300;font-size: 20px;">hex_core</span>
2121
</h1>
2222
<h2 style="margin-top: 0;margin-bottom: 0;text-align:center;">
23-
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.4.0</span>
23+
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.5.0</span>
2424
</h2>
2525
</div>
2626

src/hex_core.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, hex_core, [
22
{description, "Reference implementation of Hex specifications"},
3-
{vsn, "0.4.0"},
3+
{vsn, "0.5.0"},
44
{registered, []},
55
{applications, [kernel, stdlib]},
66
{licenses, ["Apache 2.0"]},

src/hex_core.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-define(HEX_CORE_VERSION, "0.4.0").
1+
-define(HEX_CORE_VERSION, "0.5.0").

0 commit comments

Comments
 (0)