Skip to content

Commit 8d28e3a

Browse files
author
Versio
committed
build(deploy): Versio update versions
1 parent 1325bc2 commit 8d28e3a

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

CHANGELOG.html

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

109109
<h1>Changelog</h1>
110-
<p>The latest release was 2022-12-26.</p>
110+
<p>The latest release was 2023-01-06.</p>
111111

112112
<!-- ### VERSIO BEGIN CONTENT ### -->
113+
<!-- ### VERSIO CONTENT 2023-01-06 ### -->
114+
<div class="release">
115+
<div class="release-head"><span class="caret caret-down"></span>Release 0.7.1 : 2023-01-06</div>
116+
<div class="nested active">
117+
118+
119+
<div class="pr">
120+
<div class="pr-head"><span class="caret"></span><a href="https://github.com/chaaz/versio/pull/23">PR 23</a> (none): Improve installation docs</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/38c91b0b9c1f48387d1d4c64629935640b5215d7">38c91b0</a> (none): docs: improve installation docs</div>
125+
<pre class="msg nested">docs: improve installation docs</pre>
126+
</div>
127+
128+
</div>
129+
</div>
130+
131+
<div class="pr">
132+
<div class="pr-head"><span class="caret"></span>Other commits (patch)</div>
133+
<div class="nested">
134+
135+
<div class="commit">
136+
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/1325bc2092cfecc18e78287dca5362b421d5ce6d">1325bc2</a> (none): build: remove winbuild test flow</div>
137+
<pre class="msg nested">build: remove winbuild test flow</pre>
138+
</div>
139+
140+
<div class="commit">
141+
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/c33090a9c5d13050dfa45ef783e3e4470904c764">c33090a</a> (patch): fix: upgrade dependencies</div>
142+
<pre class="msg nested">fix: upgrade dependencies</pre>
143+
</div>
144+
145+
<div class="commit">
146+
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/f85f78c1f880ab6f16dde98ccbfd0608aa0e4c98">f85f78c</a> (none): docs: update all docs</div>
147+
<pre class="msg nested">docs: update all docs</pre>
148+
</div>
149+
150+
<div class="commit">
151+
<div class="commit-head"><span class="caret"></span>Commit <a href="https://github.com/chaaz/versio/commit/e20f19b3cbb3c58dc430e956afbba0ec625c38c7">e20f19b</a> (none): docs: update legal for new year</div>
152+
<pre class="msg nested">docs: update legal for new year</pre>
153+
</div>
154+
155+
</div>
156+
</div>
157+
158+
</div>
159+
</div>
113160
<!-- ### VERSIO CONTENT 2022-12-26 ### -->
114161
<div class="release">
115162
<div class="release-head"><span class="caret caret-down"></span>Release 0.7.0 : 2022-12-26</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.7.0"
3+
version = "0.7.1"
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)