-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bf2459
commit 5552ffc
Showing
5 changed files
with
55 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# CHANGELOG | ||
## 0.6.9 (2020-05-24) | ||
|
||
* Add `hex_api_release:publish/3` | ||
|
||
## 0.6.8 (2020-02-04) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,7 +195,7 @@ Add to `rebar.config`: | |
|
||
```erlang | ||
{deps, [ | ||
{hex_core, "0.6.8"} | ||
{hex_core, "0.6.9"} | ||
]} | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,55 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<!DOCTYPE html | ||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="Content-Style-Type" content="text/css" /> | ||
<meta name="generator" content="pandoc" /> | ||
<title>$title$</title> | ||
<!-- <style type="text/css">code{white-space: pre;}</style> --> | ||
<link rel="stylesheet" href="github-pandoc.css" type="text/css" /> | ||
<link rel="stylesheet" href="github.css" /> | ||
<script src="highlight.pack.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</head> | ||
<body> | ||
<div class="docs"> | ||
<div class="sidenav"> | ||
<div class="logo" style="font-size: 28px;"> | ||
<a href="index.html"><img id="logo" style="width: 150px;" src="logo-sm.png"></a> | ||
<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.8</span> | ||
</h2> | ||
</div> | ||
|
||
<h1 id="hex_core-library" style="margin-left: 10px;">Modules</h1> | ||
<a href="hex_api_key.html" class="module">hex_api_key</a> | ||
<a href="hex_api_package.html" class="module">hex_api_package</a> | ||
<a href="hex_api_package_owner.html" class="module">hex_api_package_owner</a> | ||
<a href="hex_api_release.html" class="module">hex_api_release</a> | ||
<a href="hex_api_user.html" class="module">hex_api_user</a> | ||
<a href="hex_core.html" class="module">hex_core</a> | ||
<a href="hex_http.html" class="module">hex_http</a> | ||
<a href="hex_pb_names.html" class="module">hex_pb_names</a> | ||
<a href="hex_pb_package.html" class="module">hex_pb_package</a> | ||
<a href="hex_pb_signed.html" class="module">hex_pb_signed</a> | ||
<a href="hex_pb_versions.html" class="module">hex_pb_versions</a> | ||
<a href="hex_registry.html" class="module">hex_registry</a> | ||
<a href="hex_repo.html" class="module">hex_repo</a> | ||
<a href="hex_tarball.html" class="module">hex_tarball</a> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="Content-Style-Type" content="text/css" /> | ||
<meta name="generator" content="pandoc" /> | ||
<title>$title$</title> | ||
<!-- <style type="text/css">code{white-space: pre;}</style> --> | ||
<link rel="stylesheet" href="github-pandoc.css" type="text/css" /> | ||
<link rel="stylesheet" href="github.css" /> | ||
<script src="highlight.pack.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</head> | ||
|
||
<body> | ||
<div class="docs"> | ||
<div class="sidenav"> | ||
<div class="logo" style="font-size: 28px;"> | ||
<a href="index.html"><img id="logo" style="width: 150px;" src="logo-sm.png"></a> | ||
<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.9</span> | ||
</h2> | ||
</div> | ||
|
||
<div id="main" class="main"> | ||
<div class="content" style="max-width: 860px;"> | ||
$body$ | ||
</div> | ||
<h1 id="hex_core-library" style="margin-left: 10px;">Modules</h1> | ||
<a href="hex_api_key.html" class="module">hex_api_key</a> | ||
<a href="hex_api_package.html" class="module">hex_api_package</a> | ||
<a href="hex_api_package_owner.html" class="module">hex_api_package_owner</a> | ||
<a href="hex_api_release.html" class="module">hex_api_release</a> | ||
<a href="hex_api_user.html" class="module">hex_api_user</a> | ||
<a href="hex_core.html" class="module">hex_core</a> | ||
<a href="hex_http.html" class="module">hex_http</a> | ||
<a href="hex_pb_names.html" class="module">hex_pb_names</a> | ||
<a href="hex_pb_package.html" class="module">hex_pb_package</a> | ||
<a href="hex_pb_signed.html" class="module">hex_pb_signed</a> | ||
<a href="hex_pb_versions.html" class="module">hex_pb_versions</a> | ||
<a href="hex_registry.html" class="module">hex_registry</a> | ||
<a href="hex_repo.html" class="module">hex_repo</a> | ||
<a href="hex_tarball.html" class="module">hex_tarball</a> | ||
</div> | ||
|
||
<div id="main" class="main"> | ||
<div class="content" style="max-width: 860px;"> | ||
$body$ | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-define(HEX_CORE_VERSION, "0.6.8"). | ||
-define(HEX_CORE_VERSION, "0.6.9"). |