Skip to content

Commit

Permalink
ci: Bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed May 15, 2024
1 parent dbc4c4c commit 69fefb1
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 16 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.1
image: ghcr.io/vmelnalksnis/gnomeshade:0.8.2
restart: unless-stopped
ports:
- "8080:8080"
Expand Down
62 changes: 49 additions & 13 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.2">v0.8.2</a></li>
<li><a href="#v0.8.1">v0.8.1</a></li>
<li><a href="#v0.8.0">v0.8.0</a></li>
<li><a href="#v0.7.3">v0.7.3</a></li>
Expand All @@ -48,13 +49,53 @@

<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>
</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>

Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.2...nightly">v0.8.2...</a>
</section>

<section id="v0.8.2">
<div>
<a style="display: inline" href="#v0.8.2"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">v0.8.2</h2>
<h3 style="display: inline">2024-05-15</h3>
</div>

<section id="v0.8.2_added">
<h3>Added</h3>
<ul>
<li>
Expand Down Expand Up @@ -84,12 +125,7 @@ <h3>Added</h3>
</ul>
</section>

<section id="unreleased_changed" hidden="hidden">
<h3>Changed</h3>
<ul></ul>
</section>

<section id="unreleased_deprecated">
<section id="v0.8.2_deprecated">
<h3>Deprecated</h3>
<ul>
<li>
Expand All @@ -99,7 +135,7 @@ <h3>Deprecated</h3>
</ul>
</section>

<section id="unreleased_removed">
<section id="v0.8.2_removed">
<h3>Removed</h3>
<ul>
<li>
Expand All @@ -113,7 +149,7 @@ <h3>Removed</h3>
</ul>
</section>

<section id="unreleased_fixed">
<section id="v0.8.2_fixed">
<h3>Fixed</h3>
<ul>
<li>
Expand Down Expand Up @@ -143,7 +179,7 @@ <h3>Fixed</h3>
</ul>
</section>

<section id="unreleased_security">
<section id="v0.8.2_security">
<h3>Security</h3>
<ul>
<li>
Expand All @@ -153,7 +189,7 @@ <h3>Security</h3>
</ul>
</section>

Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.1...nightly">v0.8.1...</a>
Full Changelog: <a href="https://github.com/VMelnalksnis/Gnomeshade/compare/v0.8.1...v0.8.2">v0.8.1...v0.8.2</a>
</section>

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

0 comments on commit 69fefb1

Please sign in to comment.