Skip to content

Commit 2491541

Browse files
committed
ci: Bump version to 0.8.1
1 parent ab79c14 commit 2491541

File tree

4 files changed

+47
-19
lines changed

4 files changed

+47
-19
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.0
3+
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.1
44
restart: unless-stopped
55
ports:
66
- "8080:8080"

docs/changelog.html

Lines changed: 44 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
<label>Changelog:</label>
2828
<ul>
29-
<li><a href="#unreleased">Unreleased</a></li>
29+
<li><a href="#unreleased" hidden="hidden">Unreleased</a></li>
30+
<li><a href="#v0.8.1">v0.8.1</a></li>
3031
<li><a href="#v0.8.0">v0.8.0</a></li>
3132
<li><a href="#v0.7.3">v0.7.3</a></li>
3233
<li><a href="#v0.7.2">v0.7.2</a></li>
@@ -46,13 +47,50 @@
4647

4748
<main id="top" class="content">
4849
<h1>Changelog</h1>
49-
<section id="unreleased">
50+
<section id="unreleased" hidden="hidden">
5051
<div>
5152
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
5253
<h2 style="display: inline">Unreleased</h2>
5354
</div>
5455

55-
<section id="unreleased_added">
56+
<section id="unreleased_added" hidden="hidden">
57+
<h3>Added</h3>
58+
<ul></ul>
59+
</section>
60+
61+
<section id="unreleased_changed" hidden="hidden">
62+
<h3>Changed</h3>
63+
<ul></ul>
64+
</section>
65+
66+
<section id="unreleased_deprecated" hidden="hidden">
67+
<h3>Deprecated</h3>
68+
<ul></ul>
69+
</section>
70+
71+
<section id="unreleased_removed" hidden="hidden">
72+
<h3>Removed</h3>
73+
<ul></ul>
74+
</section>
75+
76+
<section id="unreleased_fixed" hidden="hidden">
77+
<h3>Fixed</h3>
78+
<ul></ul>
79+
</section>
80+
81+
<section id="unreleased_security" hidden="hidden">
82+
<h3>Security</h3>
83+
<ul></ul>
84+
</section>
85+
</section>
86+
87+
<section id="v0.8.1">
88+
<div>
89+
<a style="display: inline" href="#v0.8.1"><img src="link.png" alt="link"/></a>
90+
<h2 style="display: inline">v0.8.1</h2>
91+
</div>
92+
93+
<section id="v0.8.1_added">
5694
<h3>Added</h3>
5795
<ul>
5896
<li>
@@ -70,7 +108,7 @@ <h3>Added</h3>
70108
</ul>
71109
</section>
72110

73-
<section id="unreleased_changed">
111+
<section id="v0.8.1_changed">
74112
<h3>Changed</h3>
75113
<ul>
76114
<li>
@@ -80,17 +118,7 @@ <h3>Changed</h3>
80118
</ul>
81119
</section>
82120

83-
<section id="unreleased_deprecated" hidden="hidden">
84-
<h3>Deprecated</h3>
85-
<ul></ul>
86-
</section>
87-
88-
<section id="unreleased_removed" hidden="hidden">
89-
<h3>Removed</h3>
90-
<ul></ul>
91-
</section>
92-
93-
<section id="unreleased_fixed">
121+
<section id="v0.8.1_fixed">
94122
<h3>Fixed</h3>
95123
<ul>
96124
<li>
@@ -100,7 +128,7 @@ <h3>Fixed</h3>
100128
</ul>
101129
</section>
102130

103-
<section id="unreleased_security">
131+
<section id="v0.8.1_security">
104132
<h3>Security</h3>
105133
<ul>
106134
<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 = "{5b7477c1-8c1b-4f9c-97ce-03a3c57726ce}" ?>
1+
<?define ProductId = "{4d838105-4ef0-4334-8345-b31fd197f449}" ?>
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.0
1+
0.8.1

0 commit comments

Comments
 (0)