Skip to content

Commit 730b5e2

Browse files
committed
Release v0.6.8
1 parent f20cca9 commit 730b5e2

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.6.8 (2020-02-04)
4+
5+
* Fix tarball file extraction through symlinks
6+
37
## 0.6.7 (2020-02-03)
48

59
* Fix compatibility with OTP 18 and 17

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Add to `rebar.config`:
195195

196196
```erlang
197197
{deps, [
198-
{hex_core, "0.6.7"}
198+
{hex_core, "0.6.8"}
199199
]}
200200
```
201201

doc/tpl.html

+1-1
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.6.7</span>
23+
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.6.8</span>
2424
</h2>
2525
</div>
2626

src/hex_core.app.src

+1-1
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.6.7"},
3+
{vsn, "0.6.8"},
44
{registered, []},
55
{applications, [kernel, stdlib]},
66
{licenses, ["Apache-2.0"]},

src/hex_core.hrl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-define(HEX_CORE_VERSION, "0.6.7").
1+
-define(HEX_CORE_VERSION, "0.6.8").

0 commit comments

Comments
 (0)