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 Dec 26, 2022
1 parent 95e0c0f commit 87acf90
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 3 deletions.
69 changes: 68 additions & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,76 @@
<body>

<h1>Changelog</h1>
<p>The latest release was 2022-09-05.</p>
<p>The latest release was 2022-12-26.</p>

<!-- ### VERSIO BEGIN CONTENT ### -->
<!-- ### VERSIO CONTENT 2022-12-26 ### -->
<div class="release">
<div class="release-head"><span class="caret caret-down"></span>Release 0.7.0 : 2022-12-26</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/95e0c0f35e7d375250f1413ea25310ea01216807">95e0c0f</a> (patch): fix: clippy</div>
<pre class="msg nested">fix: clippy</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/a52962b02f3e31b72f9336620b1dd4212772b695">a52962b</a> (none): build: bump actions</div>
<pre class="msg nested">build: bump actions</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/32f243dd8cd564b0f10327ff2718571c8b0c9705">32f243d</a> (none): build: see if this fixes windows</div>
<pre class="msg nested">build: see if this fixes windows</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/17800e841b51d23394f3ff0043fcbf3be1e84cb4">17800e8</a> (none): build: update winbuild</div>
<pre class="msg nested">build: update winbuild</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/1b7ee2b1563e36241dfc06521decc3cea15aebbf">1b7ee2b</a> (none): build: add winbuild job for debug</div>
<pre class="msg nested">build: add winbuild job for debug</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/93a67e998c2bff619cf6b0f8ed7d6543ef009eb5">93a67e9</a> (patch): fix: add "exact" match flag</div>
<pre class="msg nested">fix: add "exact" match flag</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/9ef26b1c94f6564d71a0afaefdd3584997784e11">9ef26b1</a> (minor): feat: Added support for customizing commit</div>
<pre class="msg nested">feat: Added support for customizing commit

Signed-off-by: Robin Ilyk <contact@robko.cz></pre>
</div>

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

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/9eb01710e86d152ddb89529e68af4bb129c497c4">9eb0171</a> (patch): fix: update clap</div>
<pre class="msg nested">fix: update clap</pre>
</div>

<div class="commit">
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/bf9fe83d7702b6d366532efff7073902e4b37078">bf9fe83</a> (none): docs: include flows usecase</div>
<pre class="msg nested">docs: include flows usecase</pre>
</div>

</div>
</div>

</div>
</div>
<!-- ### 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>
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.5"
version = "0.7.0"
authors = ["Charlie Ozinga <[email protected]>"]
edition = "2021"
description = "Versio is a tool to manage and publish projects."
Expand Down

0 comments on commit 87acf90

Please sign in to comment.