Skip to content

Commit aa489df

Browse files
committed
Prepare for 0.4.4 release.
1 parent 82b3162 commit aa489df

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pwvucontrol"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55

66
[features]

data/com.saivert.pwvucontrol.metainfo.xml.in.in

+9
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
<url type="bugtracker">https://github.com/saivert/pwvucontrol/issues</url>
2323
<content_rating type="oars-1.0" />
2424
<releases>
25+
<release version="0.4.4" date="2024-07-01">
26+
<description>
27+
<p>Changelog since 0.4.3</p>
28+
<ul>
29+
<li>Added dutch translation.</li>
30+
<li>Application icons are now hidden in Flatpak build to keep permissions reduced.</li>
31+
</ul>
32+
</description>
33+
</release>
2534
<release version="0.4.3" date="2024-06-15">
2635
<description>
2736
<p>Changelog since 0.4.2</p>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('pwvucontrol', 'rust',
2-
version: '0.4.3',
2+
version: '0.4.4',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)