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 Aug 23, 2021
1 parent 0d98397 commit 0e741da
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
47 changes: 46 additions & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,54 @@
<body>

<h1>Changelog</h1>
<p>The latest release was 2021-08-19.</p>
<p>The latest release was 2021-08-23.</p>

<!-- ### VERSIO BEGIN CONTENT ### -->
<!-- ### VERSIO CONTENT 2021-08-23 ### -->
<div class="release">
<div class="release-head"><span class="caret caret-down"></span>Release 0.6.0 : 2021-08-23</div>
<div class="nested active">


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

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/0d98397e813659cafb3357c15b9312d477f13100">0d98397</a> (patch): fix: add project info to template</div>
<pre class="msg nested">fix: add project info to template</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/ddb32dff40acbffc1ba641495807aea163141a27">ddb32df</a> (none): style: clippy and fmt</div>
<pre class="msg nested">style: clippy and fmt</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/9c7ba6fd6c9fff93ae5de1f6c584234e4830150c">9c7ba6f</a> (patch): fix: improve changelogs</div>
<pre class="msg nested">fix: improve changelogs</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/b7a2ec73161333379647ccdfb6f25ffb8dbf7a10">b7a2ec7</a> (none): docs: morebetter for recent/future features</div>
<pre class="msg nested">docs: morebetter for recent/future features</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/aa5ec1b576aee745c5ec8cee2fe8b070afdd6137">aa5ec1b</a> (minor): feat: add changelog management</div>
<pre class="msg nested">feat: add changelog management</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/8db7afd6e669d947a1ca1e9d6ac116213c5821bd">8db7afd</a> (none): docs: add/fix some instructions</div>
<pre class="msg nested">docs: add/fix some instructions</pre>
</div>

</div>
</div>

</div>
</div>
<!-- ### VERSIO CONTENT 2021-08-19 ### -->
<div class="release">
<div class="release-head"><span class="caret caret-down"></span>Release 0.5.4 : 2021-08-19</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.5.4"
version = "0.6.0"
authors = ["Charlie Ozinga <[email protected]>"]
edition = "2018"
description = "Versio is a tool to manage and publish projects."
Expand Down

0 comments on commit 0e741da

Please sign in to comment.