Skip to content

Commit 72b8ebf

Browse files
author
Versio
committed
build(deploy): Versio update versions
1 parent 8c3d5cf commit 72b8ebf

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CHANGELOG.html

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

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

112112
<!-- ### VERSIO BEGIN CONTENT ### -->
113+
<!-- ### VERSIO CONTENT 2022-09-05 ### -->
114+
<div class="release">
115+
<div class="release-head"><span class="caret caret-down"></span>Release 0.6.5 : 2022-09-05</div>
116+
<div class="nested active">
117+
118+
119+
<div class="pr">
120+
<div class="pr-head"><span class="caret"></span>Commits (patch)</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/8c3d5cf0ddc7ca2d2f28475612dad98ad7d03d31">8c3d5cf</a> (patch): fix: clippy fmt</div>
125+
<pre class="msg nested">fix: clippy fmt</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/5b776df0c101c146af6c4fdd26784264362ffcfb">5b776df</a> (patch): fix: more complete separator handling</div>
130+
<pre class="msg nested">fix: more complete separator handling</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/f27dac91f7422f52f12431c84ea653a26664882a">f27dac9</a> (patch): fix: allow slash in tag_prefix</div>
135+
<pre class="msg nested">fix: allow slash in tag_prefix</pre>
136+
</div>
137+
138+
</div>
139+
</div>
140+
141+
</div>
142+
</div>
113143
<!-- ### VERSIO CONTENT 2022-06-23 ### -->
114144
<div class="release">
115145
<div class="release-head"><span class="caret caret-down"></span>Release 0.6.4 : 2022-06-23</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.4"
3+
version = "0.6.5"
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)