Skip to content

Commit 7ac1a0a

Browse files
committed
tag for 0.9.0
1 parent d4b1e07 commit 7ac1a0a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

data/io.github.alyraffauf.Switchyard.metainfo.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@
4141
>io.github.alyraffauf.Switchyard.desktop</launchable>
4242

4343
<releases>
44+
<release version="0.9.0" date="2026-01-17">
45+
<url
46+
type="details"
47+
>https://github.com/alyraffauf/switchyard/releases/tag/v0.9.0</url>
48+
<description translate="no">
49+
<p>This release comes with the following improvements:</p>
50+
<ul>
51+
<li>Simplified conditions/rule editor.</li>
52+
<li>Added ability to improt and export configuration files.</li>
53+
</ul>
54+
</description>
55+
</release>
4456
<release version="0.8.2" date="2026-01-17">
4557
<url
4658
type="details"

src/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
AppName = "Switchyard"
1313
DeveloperName = "Aly Raffauf"
1414
Copyright = "© 2026 Aly Raffauf"
15-
Version = "0.8.2"
15+
Version = "0.9.0"
1616

1717
// Links
1818
WebsiteURL = "https://github.com/alyraffauf/switchyard"

0 commit comments

Comments
 (0)