Skip to content

Commit

Permalink
build(deploy): Versio update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Versio committed Nov 8, 2020
1 parent 822d001 commit 4c8162e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 3 deletions.
57 changes: 56 additions & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
margin-top: 10px;
}

.dep {
margin-left: 10px;
margin-bottom: 10px;
}

.pr {
margin-left: 10px;
margin-bottom: 10px;
Expand Down Expand Up @@ -102,9 +107,59 @@
<body>

<h1>Changelog</h1>
<p>The latest release was 2020-10-04.</p>
<p>The latest release was 2020-11-08.</p>

<!-- ### VERSIO BEGIN CONTENT ### -->
<!-- ### VERSIO CONTENT 2020-11-08 ### -->
<div class="release">
<div class="release-head"><span class="caret caret-down"></span>Release 0.4.2 : 2020-11-08</div>
<div class="nested active">


<div class="pr">
<div class="pr-head"><span class="caret"></span>Commits (patch)</div>
<div class="nested">

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/822d0019b8a6d47b9f320d6280f6151741c07566">822d001</a> (patch): fix: windows target</div>
<pre class="msg nested">fix: windows target</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/ce721635641b533985a31ff2ab5f847006b3f929">ce72163</a> (patch): fix: tests</div>
<pre class="msg nested">fix: tests</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/0eb93ddacdeba846c2aff7feb59b6c0de468fce1">0eb93dd</a> (patch): fix: clippy update</div>
<pre class="msg nested">fix: clippy update</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/4fa1a71acb568fd6a49e247c6000642cf1014a0e">4fa1a71</a> (patch): fix: add version chains</div>
<pre class="msg nested">fix: add version chains</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/f1fc0ea02992f7834d9a259e6228817b1d7b4808">f1fc0ea</a> (patch): fix: simplify kahn dependency handler</div>
<pre class="msg nested">fix: simplify kahn dependency handler</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/fc796df1ef55ab0576eeb5a331c4ed2603530669">fc796df</a> (none): refactor: adapt more docs and style</div>
<pre class="msg nested">refactor: adapt more docs and style</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/63dec42192a28d24b70c2934dc3beb3745d7c809">63dec42</a> (none): build(github): add indep github publish</div>
<pre class="msg nested">build(github): add indep github publish</pre>
</div>

</div>
</div>

</div>
</div>
<!-- ### VERSIO CONTENT 2020-10-04 ### -->
<div class="release">
<div class="release-head"><span class="caret caret-down"></span>Release 2020-10-04</div>
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "versio"
version = "0.4.1"
version = "0.4.2"
authors = ["Charlie Ozinga <[email protected]>"]
edition = "2018"
description = "Versio is a tool to manage and publish projects."
Expand Down

0 comments on commit 4c8162e

Please sign in to comment.