Skip to content

Commit 69fefb1

Browse files
committed
ci: Bump version to 0.8.2
1 parent dbc4c4c commit 69fefb1

File tree

4 files changed

+52
-16
lines changed

4 files changed

+52
-16
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.1
3+
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.2
44
restart: unless-stopped
55
ports:
66
- "8080:8080"

docs/changelog.html

Lines changed: 49 additions & 13 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="display: none"><a href="#unreleased">Unreleased</a></li>
31+
<li><a href="#v0.8.2">v0.8.2</a></li>
3132
<li><a href="#v0.8.1">v0.8.1</a></li>
3233
<li><a href="#v0.8.0">v0.8.0</a></li>
3334
<li><a href="#v0.7.3">v0.7.3</a></li>
@@ -48,13 +49,53 @@
4849

4950
<main id="top" class="content">
5051
<h1>Changelog</h1>
51-
<section id="unreleased">
52+
<section id="unreleased" hidden="hidden">
5253
<div>
5354
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
5455
<h2 style="display: inline">Unreleased</h2>
5556
</div>
5657

57-
<section id="unreleased_added">
58+
<section id="unreleased_added" hidden="hidden">
59+
<h3>Added</h3>
60+
<ul></ul>
61+
</section>
62+
63+
<section id="unreleased_changed" hidden="hidden">
64+
<h3>Changed</h3>
65+
<ul></ul>
66+
</section>
67+
68+
<section id="unreleased_deprecated" hidden="hidden">
69+
<h3>Deprecated</h3>
70+
<ul></ul>
71+
</section>
72+
73+
<section id="unreleased_removed" hidden="hidden">
74+
<h3>Removed</h3>
75+
<ul></ul>
76+
</section>
77+
78+
<section id="unreleased_fixed" hidden="hidden">
79+
<h3>Fixed</h3>
80+
<ul></ul>
81+
</section>
82+
83+
<section id="unreleased_security" hidden="hidden">
84+
<h3>Security</h3>
85+
<ul></ul>
86+
</section>
87+
88+
Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.2...nightly">v0.8.2...</a>
89+
</section>
90+
91+
<section id="v0.8.2">
92+
<div>
93+
<a style="display: inline" href="#v0.8.2"><img src="link.png" alt="link"/></a>
94+
<h2 style="display: inline">v0.8.2</h2>
95+
<h3 style="display: inline">2024-05-15</h3>
96+
</div>
97+
98+
<section id="v0.8.2_added">
5899
<h3>Added</h3>
59100
<ul>
60101
<li>
@@ -84,12 +125,7 @@ <h3>Added</h3>
84125
</ul>
85126
</section>
86127

87-
<section id="unreleased_changed" hidden="hidden">
88-
<h3>Changed</h3>
89-
<ul></ul>
90-
</section>
91-
92-
<section id="unreleased_deprecated">
128+
<section id="v0.8.2_deprecated">
93129
<h3>Deprecated</h3>
94130
<ul>
95131
<li>
@@ -99,7 +135,7 @@ <h3>Deprecated</h3>
99135
</ul>
100136
</section>
101137

102-
<section id="unreleased_removed">
138+
<section id="v0.8.2_removed">
103139
<h3>Removed</h3>
104140
<ul>
105141
<li>
@@ -113,7 +149,7 @@ <h3>Removed</h3>
113149
</ul>
114150
</section>
115151

116-
<section id="unreleased_fixed">
152+
<section id="v0.8.2_fixed">
117153
<h3>Fixed</h3>
118154
<ul>
119155
<li>
@@ -143,7 +179,7 @@ <h3>Fixed</h3>
143179
</ul>
144180
</section>
145181

146-
<section id="unreleased_security">
182+
<section id="v0.8.2_security">
147183
<h3>Security</h3>
148184
<ul>
149185
<li>
@@ -153,7 +189,7 @@ <h3>Security</h3>
153189
</ul>
154190
</section>
155191

156-
Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.1...nightly">v0.8.1...</a>
192+
Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.1...v0.8.2">v0.8.1...v0.8.2</a>
157193
</section>
158194

159195
<section id="v0.8.1">

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 = "{4d838105-4ef0-4334-8345-b31fd197f449}" ?>
1+
<?define ProductId = "{6e6e6a31-32f8-4a0f-8647-eae1e2e5c2d4}" ?>
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.1
1+
0.8.2

0 commit comments

Comments
 (0)