Skip to content

Commit 5552ffc

Browse files
committed
Release v0.6.9
1 parent 8bf2459 commit 5552ffc

File tree

5 files changed

+55
-48
lines changed

5 files changed

+55
-48
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CHANGELOG
2+
## 0.6.9 (2020-05-24)
3+
4+
* Add `hex_api_release:publish/3`
25

36
## 0.6.8 (2020-02-04)
47

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.8"}
198+
{hex_core, "0.6.9"}
199199
]}
200200
```
201201

doc/tpl.html

+49-45
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,55 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1+
<!DOCTYPE html
2+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
23
<html xmlns="http://www.w3.org/1999/xhtml">
3-
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5-
<meta http-equiv="Content-Style-Type" content="text/css" />
6-
<meta name="generator" content="pandoc" />
7-
<title>$title$</title>
8-
<!-- <style type="text/css">code{white-space: pre;}</style> -->
9-
<link rel="stylesheet" href="github-pandoc.css" type="text/css" />
10-
<link rel="stylesheet" href="github.css" />
11-
<script src="highlight.pack.js"></script>
12-
<script>hljs.initHighlightingOnLoad();</script>
13-
</head>
14-
<body>
15-
<div class="docs">
16-
<div class="sidenav">
17-
<div class="logo" style="font-size: 28px;">
18-
<a href="index.html"><img id="logo" style="width: 150px;" src="logo-sm.png"></a>
19-
<h1 style="margin-top: 0;margin-bottom: 0;text-align:center;">
20-
<span style="color: #3d3d3d;font-weight: 300;font-size: 20px;">hex_core</span>
21-
</h1>
22-
<h2 style="margin-top: 0;margin-bottom: 0;text-align:center;">
23-
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.6.8</span>
24-
</h2>
25-
</div>
264

27-
<h1 id="hex_core-library" style="margin-left: 10px;">Modules</h1>
28-
<a href="hex_api_key.html" class="module">hex_api_key</a>
29-
<a href="hex_api_package.html" class="module">hex_api_package</a>
30-
<a href="hex_api_package_owner.html" class="module">hex_api_package_owner</a>
31-
<a href="hex_api_release.html" class="module">hex_api_release</a>
32-
<a href="hex_api_user.html" class="module">hex_api_user</a>
33-
<a href="hex_core.html" class="module">hex_core</a>
34-
<a href="hex_http.html" class="module">hex_http</a>
35-
<a href="hex_pb_names.html" class="module">hex_pb_names</a>
36-
<a href="hex_pb_package.html" class="module">hex_pb_package</a>
37-
<a href="hex_pb_signed.html" class="module">hex_pb_signed</a>
38-
<a href="hex_pb_versions.html" class="module">hex_pb_versions</a>
39-
<a href="hex_registry.html" class="module">hex_registry</a>
40-
<a href="hex_repo.html" class="module">hex_repo</a>
41-
<a href="hex_tarball.html" class="module">hex_tarball</a>
5+
<head>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7+
<meta http-equiv="Content-Style-Type" content="text/css" />
8+
<meta name="generator" content="pandoc" />
9+
<title>$title$</title>
10+
<!-- <style type="text/css">code{white-space: pre;}</style> -->
11+
<link rel="stylesheet" href="github-pandoc.css" type="text/css" />
12+
<link rel="stylesheet" href="github.css" />
13+
<script src="highlight.pack.js"></script>
14+
<script>hljs.initHighlightingOnLoad();</script>
15+
</head>
16+
17+
<body>
18+
<div class="docs">
19+
<div class="sidenav">
20+
<div class="logo" style="font-size: 28px;">
21+
<a href="index.html"><img id="logo" style="width: 150px;" src="logo-sm.png"></a>
22+
<h1 style="margin-top: 0;margin-bottom: 0;text-align:center;">
23+
<span style="color: #3d3d3d;font-weight: 300;font-size: 20px;">hex_core</span>
24+
</h1>
25+
<h2 style="margin-top: 0;margin-bottom: 0;text-align:center;">
26+
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.6.9</span>
27+
</h2>
4228
</div>
4329

44-
<div id="main" class="main">
45-
<div class="content" style="max-width: 860px;">
46-
$body$
47-
</div>
30+
<h1 id="hex_core-library" style="margin-left: 10px;">Modules</h1>
31+
<a href="hex_api_key.html" class="module">hex_api_key</a>
32+
<a href="hex_api_package.html" class="module">hex_api_package</a>
33+
<a href="hex_api_package_owner.html" class="module">hex_api_package_owner</a>
34+
<a href="hex_api_release.html" class="module">hex_api_release</a>
35+
<a href="hex_api_user.html" class="module">hex_api_user</a>
36+
<a href="hex_core.html" class="module">hex_core</a>
37+
<a href="hex_http.html" class="module">hex_http</a>
38+
<a href="hex_pb_names.html" class="module">hex_pb_names</a>
39+
<a href="hex_pb_package.html" class="module">hex_pb_package</a>
40+
<a href="hex_pb_signed.html" class="module">hex_pb_signed</a>
41+
<a href="hex_pb_versions.html" class="module">hex_pb_versions</a>
42+
<a href="hex_registry.html" class="module">hex_registry</a>
43+
<a href="hex_repo.html" class="module">hex_repo</a>
44+
<a href="hex_tarball.html" class="module">hex_tarball</a>
45+
</div>
46+
47+
<div id="main" class="main">
48+
<div class="content" style="max-width: 860px;">
49+
$body$
4850
</div>
4951
</div>
50-
</body>
51-
</html>
52+
</div>
53+
</body>
54+
55+
</html>

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.8"},
3+
{vsn, "0.6.9"},
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.8").
1+
-define(HEX_CORE_VERSION, "0.6.9").

0 commit comments

Comments
 (0)