Skip to content

Commit 0e741da

Browse files
author
Versio
committed
build(deploy): Versio update versions
1 parent 0d98397 commit 0e741da

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

CHANGELOG.html

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

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

112112
<!-- ### VERSIO BEGIN CONTENT ### -->
113+
<!-- ### VERSIO CONTENT 2021-08-23 ### -->
114+
<div class="release">
115+
<div class="release-head"><span class="caret caret-down"></span>Release 0.6.0 : 2021-08-23</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/0d98397e813659cafb3357c15b9312d477f13100">0d98397</a> (patch): fix: add project info to template</div>
125+
<pre class="msg nested">fix: add project info to template</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/ddb32dff40acbffc1ba641495807aea163141a27">ddb32df</a> (none): style: clippy and fmt</div>
130+
<pre class="msg nested">style: clippy and fmt</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/9c7ba6fd6c9fff93ae5de1f6c584234e4830150c">9c7ba6f</a> (patch): fix: improve changelogs</div>
135+
<pre class="msg nested">fix: improve changelogs</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/b7a2ec73161333379647ccdfb6f25ffb8dbf7a10">b7a2ec7</a> (none): docs: morebetter for recent/future features</div>
140+
<pre class="msg nested">docs: morebetter for recent/future features</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/aa5ec1b576aee745c5ec8cee2fe8b070afdd6137">aa5ec1b</a> (minor): feat: add changelog management</div>
145+
<pre class="msg nested">feat: add changelog management</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/8db7afd6e669d947a1ca1e9d6ac116213c5821bd">8db7afd</a> (none): docs: add/fix some instructions</div>
150+
<pre class="msg nested">docs: add/fix some instructions</pre>
151+
</div>
152+
153+
</div>
154+
</div>
155+
156+
</div>
157+
</div>
113158
<!-- ### VERSIO CONTENT 2021-08-19 ### -->
114159
<div class="release">
115160
<div class="release-head"><span class="caret caret-down"></span>Release 0.5.4 : 2021-08-19</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.5.4"
3+
version = "0.6.0"
44
authors = ["Charlie Ozinga <[email protected]>"]
55
edition = "2018"
66
description = "Versio is a tool to manage and publish projects."

0 commit comments

Comments
 (0)