Skip to content

Commit 87acf90

Browse files
author
Versio
committed
build(deploy): Versio update versions
1 parent 95e0c0f commit 87acf90

File tree

3 files changed

+70
-3
lines changed

3 files changed

+70
-3
lines changed

CHANGELOG.html

+68-1
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,76 @@
107107
<body>
108108

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

112112
<!-- ### VERSIO BEGIN CONTENT ### -->
113+
<!-- ### VERSIO CONTENT 2022-12-26 ### -->
114+
<div class="release">
115+
<div class="release-head"><span class="caret caret-down"></span>Release 0.7.0 : 2022-12-26</div>
116+
<div class="nested active">
117+
118+
119+
<div class="pr">
120+
<div class="pr-head"><span class="caret"></span>Commits (minor)</div>
121+
<div class="nested">
122+
123+
<div class="commit">
124+
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/95e0c0f35e7d375250f1413ea25310ea01216807">95e0c0f</a> (patch): fix: clippy</div>
125+
<pre class="msg nested">fix: clippy</pre>
126+
</div>
127+
128+
<div class="commit">
129+
<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>
130+
<pre class="msg nested">build: bump actions</pre>
131+
</div>
132+
133+
<div class="commit">
134+
<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>
135+
<pre class="msg nested">build: see if this fixes windows</pre>
136+
</div>
137+
138+
<div class="commit">
139+
<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>
140+
<pre class="msg nested">build: update winbuild</pre>
141+
</div>
142+
143+
<div class="commit">
144+
<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>
145+
<pre class="msg nested">build: add winbuild job for debug</pre>
146+
</div>
147+
148+
<div class="commit">
149+
<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>
150+
<pre class="msg nested">fix: add "exact" match flag</pre>
151+
</div>
152+
153+
<div class="commit">
154+
<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>
155+
<pre class="msg nested">feat: Added support for customizing commit
156+
157+
Signed-off-by: Robin Ilyk <contact@robko.cz></pre>
158+
</div>
159+
160+
<div class="commit">
161+
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/21c22e53f7bcd58b78d15bb8727c7902a8458047">21c22e5</a> (patch): fix: format</div>
162+
<pre class="msg nested">fix: format</pre>
163+
</div>
164+
165+
<div class="commit">
166+
<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>
167+
<pre class="msg nested">fix: update clap</pre>
168+
</div>
169+
170+
<div class="commit">
171+
<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>
172+
<pre class="msg nested">docs: include flows usecase</pre>
173+
</div>
174+
175+
</div>
176+
</div>
177+
178+
</div>
179+
</div>
113180
<!-- ### VERSIO CONTENT 2022-09-05 ### -->
114181
<div class="release">
115182
<div class="release-head"><span class="caret caret-down"></span>Release 0.6.5 : 2022-09-05</div>

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "versio"
3-
version = "0.6.5"
3+
version = "0.7.0"
44
authors = ["Charlie Ozinga <[email protected]>"]
55
edition = "2021"
66
description = "Versio is a tool to manage and publish projects."

0 commit comments

Comments
 (0)