Skip to content

Commit

Permalink
ci: Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Jun 16, 2023
1 parent 2d4edf7 commit f1369a0
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 9 deletions.
51 changes: 44 additions & 7 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,50 @@
<main class="content">
<h1>Changelog</h1>

<section id="unreleased">
<section id="unreleased" hidden="hidden">
<div>
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">Unreleased</h2>
</div>

<section id="unreleased_added">
<section id="unreleased_added" hidden="hidden">
<h3>Added</h3>
<ul></ul>
</section>

<section id="unreleased_changed" hidden="hidden">
<h3>Changed</h3>
<ul></ul>
</section>

<section id="unreleased_deprecated" hidden="hidden">
<h3>Deprecated</h3>
<ul></ul>
</section>

<section id="unreleased_removed" hidden="hidden">
<h3>Removed</h3>
<ul></ul>
</section>

<section id="unreleased_fixed" hidden="hidden">
<h3>Fixed</h3>
<ul></ul>
</section>

<section id="unreleased_security" hidden="hidden">
<h3>Security</h3>
<ul></ul>
</section>
</section>

<section id="v0.7.0">
<div>
<a style="display: inline" href="#v0.7.0"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">v0.7.0</h2>
</div>

<section id="v0.7.0_added">
<h3>Added</h3>
<ul>
<li>
Expand All @@ -58,7 +95,7 @@ <h3>Added</h3>
</ul>
</section>

<section id="unreleased_changed">
<section id="v0.7.0_changed">
<h3>Changed</h3>
<ul>
<li>
Expand All @@ -77,7 +114,7 @@ <h3>Changed</h3>
</ul>
</section>

<section id="unreleased_deprecated">
<section id="v0.7.0_deprecated">
<h3>Deprecated</h3>
<ul>
<li>
Expand All @@ -87,7 +124,7 @@ <h3>Deprecated</h3>
</ul>
</section>

<section id="unreleased_removed">
<section id="v0.7.0_removed">
<h3>Removed</h3>
<ul>
<li>
Expand All @@ -97,7 +134,7 @@ <h3>Removed</h3>
</ul>
</section>

<section id="unreleased_fixed">
<section id="v0.7.0_fixed">
<h3>Fixed</h3>
<ul>
<li>
Expand Down Expand Up @@ -131,7 +168,7 @@ <h3>Fixed</h3>
</ul>
</section>

<section id="unreleased_security">
<section id="v0.7.0_security">
<h3>Security</h3>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion source/Gnomeshade.Desktop.Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?define ProductId = "{0a346c75-b8fa-4371-9ed0-f6fd7ff13867}" ?>
<?define ProductId = "{e7b68153-cf9b-4078-8d2a-cc362c50ebdd}" ?>
<?define Name = "Gnomeshade" ?>
<?define Description = "Gnomeshade desktop client" ?>
<?define Manufacturer = "Valters Melnalksnis" ?>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.7.0

0 comments on commit f1369a0

Please sign in to comment.