Skip to content

Commit

Permalink
ci: bump version to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Sep 29, 2024
1 parent d180d4d commit f7abf32
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
gnomeshade:
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.3
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.4
restart: unless-stopped
ports:
- "8080:8080"
Expand Down
68 changes: 44 additions & 24 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

<label>Changelog:</label>
<ul>
<li><a href="#unreleased">Unreleased</a></li>
<li style="display: none"><a href="#unreleased">Unreleased</a></li>
<li><a href="#v0.8.4">v0.8.4</a></li>
<li><a href="#v0.8.3">v0.8.3</a></li>
<li><a href="#v0.8.2">v0.8.2</a></li>
<li><a href="#v0.8.1">v0.8.1</a></li>
Expand All @@ -51,13 +52,52 @@
<main id="top" 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>
<h3 style="display: inline" hidden="hidden">2024-09-29</h3>
</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.8.4">
<div>
<a style="display: inline" href="#v0.8.4"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">v0.8.4</h2>
<h3 style="display: inline">2024-09-29</h3>
</div>

<section id="v0.8.4_added">
<h3>Added</h3>
<ul>
<li>
Expand All @@ -79,22 +119,7 @@ <h3>Added</h3>
</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">
<section id="v0.8.4_fixed">
<h3>Fixed</h3>
<ul>
<li>
Expand All @@ -107,11 +132,6 @@ <h3>Fixed</h3>
</li>
</ul>
</section>

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

<section id="v0.8.3">
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 = "{17dd8fff-70cd-4fbd-a1fc-3ffa9fdbe8c1}" ?>
<?define ProductId = "{86cde7a3-32e9-445c-bad2-6f5c3f0c6685}" ?>
<?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.8.3
0.8.4

0 comments on commit f7abf32

Please sign in to comment.