Skip to content

Commit

Permalink
ci: bump version to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Oct 21, 2024
1 parent 87043a2 commit a8b7396
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 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.5
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.7
restart: unless-stopped
ports:
- "8080:8080"
Expand Down
27 changes: 23 additions & 4 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="visibility: hidden"><a href="#unreleased">Unreleased</a></li>
<li><a href="#v0.8.7">v0.8.7</a></li>
<li><a href="#v0.8.5">v0.8.5</a></li>
<li><a href="#v0.8.4">v0.8.4</a></li>
<li><a href="#v0.8.3">v0.8.3</a></li>
Expand All @@ -53,7 +54,7 @@
<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>
Expand All @@ -79,7 +80,25 @@ <h3>Removed</h3>
<ul></ul>
</section>

<section id="unreleased_fixed">
<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.7">
<div>
<a style="display: inline" href="#v0.8.7"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">v0.8.7</h2>
<h3 style="display: inline">2024-10-21</h3>
</div>

<section id="v0.8.7_fixed">
<h3>Fixed</h3>
<ul>
<li>
Expand All @@ -93,7 +112,7 @@ <h3>Fixed</h3>
</ul>
</section>

<section id="unreleased_security">
<section id="v0.8.7_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 = "{0044b444-16f1-4ac1-91f6-84623f518f66}" ?>
<?define ProductId = "{d6b975c7-4a7b-4d78-ab37-243fe77e4f57}" ?>
<?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.6
0.8.7

0 comments on commit a8b7396

Please sign in to comment.