Skip to content

Commit a8b7396

Browse files
committed
ci: bump version to 0.8.7
1 parent 87043a2 commit a8b7396

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gnomeshade:
3-
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.5
3+
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.7
44
restart: unless-stopped
55
ports:
66
- "8080:8080"

docs/changelog.html

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
<label>Changelog:</label>
2929
<ul>
30-
<li><a href="#unreleased">Unreleased</a></li>
30+
<li style="visibility: hidden"><a href="#unreleased">Unreleased</a></li>
31+
<li><a href="#v0.8.7">v0.8.7</a></li>
3132
<li><a href="#v0.8.5">v0.8.5</a></li>
3233
<li><a href="#v0.8.4">v0.8.4</a></li>
3334
<li><a href="#v0.8.3">v0.8.3</a></li>
@@ -53,7 +54,7 @@
5354
<main id="top" class="content">
5455
<h1>Changelog</h1>
5556

56-
<section id="unreleased">
57+
<section id="unreleased" hidden="hidden">
5758
<div>
5859
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
5960
<h2 style="display: inline">Unreleased</h2>
@@ -79,7 +80,25 @@ <h3>Removed</h3>
7980
<ul></ul>
8081
</section>
8182

82-
<section id="unreleased_fixed">
83+
<section id="unreleased_fixed" hidden="hidden">
84+
<h3>Fixed</h3>
85+
<ul></ul>
86+
</section>
87+
88+
<section id="unreleased_security" hidden="hidden">
89+
<h3>Security</h3>
90+
<ul></ul>
91+
</section>
92+
</section>
93+
94+
<section id="v0.8.7">
95+
<div>
96+
<a style="display: inline" href="#v0.8.7"><img src="link.png" alt="link"/></a>
97+
<h2 style="display: inline">v0.8.7</h2>
98+
<h3 style="display: inline">2024-10-21</h3>
99+
</div>
100+
101+
<section id="v0.8.7_fixed">
83102
<h3>Fixed</h3>
84103
<ul>
85104
<li>
@@ -93,7 +112,7 @@ <h3>Fixed</h3>
93112
</ul>
94113
</section>
95114

96-
<section id="unreleased_security">
115+
<section id="v0.8.7_security">
97116
<h3>Security</h3>
98117
<ul>
99118
<li>

source/Gnomeshade.Desktop.Installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?define ProductId = "{0044b444-16f1-4ac1-91f6-84623f518f66}" ?>
1+
<?define ProductId = "{d6b975c7-4a7b-4d78-ab37-243fe77e4f57}" ?>
22
<?define Name = "Gnomeshade" ?>
33
<?define Description = "Gnomeshade desktop client" ?>
44
<?define Manufacturer = "Valters Melnalksnis" ?>

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.6
1+
0.8.7

0 commit comments

Comments
 (0)