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 Sep 5, 2022
1 parent 8c3d5cf commit 72b8ebf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,39 @@
<body>

<h1>Changelog</h1>
<p>The latest release was 2022-06-23.</p>
<p>The latest release was 2022-09-05.</p>

<!-- ### VERSIO BEGIN CONTENT ### -->
<!-- ### VERSIO CONTENT 2022-09-05 ### -->
<div class="release">
<div class="release-head"><span class="caret caret-down"></span>Release 0.6.5 : 2022-09-05</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/8c3d5cf0ddc7ca2d2f28475612dad98ad7d03d31">8c3d5cf</a> (patch): fix: clippy fmt</div>
<pre class="msg nested">fix: clippy fmt</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/5b776df0c101c146af6c4fdd26784264362ffcfb">5b776df</a> (patch): fix: more complete separator handling</div>
<pre class="msg nested">fix: more complete separator handling</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/f27dac91f7422f52f12431c84ea653a26664882a">f27dac9</a> (patch): fix: allow slash in tag_prefix</div>
<pre class="msg nested">fix: allow slash in tag_prefix</pre>
</div>

</div>
</div>

</div>
</div>
<!-- ### VERSIO CONTENT 2022-06-23 ### -->
<div class="release">
<div class="release-head"><span class="caret caret-down"></span>Release 0.6.4 : 2022-06-23</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.6.4"
version = "0.6.5"
authors = ["Charlie Ozinga <[email protected]>"]
edition = "2021"
description = "Versio is a tool to manage and publish projects."
Expand Down

0 comments on commit 72b8ebf

Please sign in to comment.