Skip to content

Commit 62f85cb

Browse files
committed
Prepare for 0.4.5
1 parent fbeb92b commit 62f85cb

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pwvucontrol"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55

66
[features]

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
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.5" date="2024-07-01">
26+
<description>
27+
<p>Changelog since 0.4.4</p>
28+
<ul>
29+
<li>Updated dutch translation.</li>
30+
</ul>
31+
</description>
32+
</release>
2533
<release version="0.4.4" date="2024-07-01">
2634
<description>
2735
<p>Changelog since 0.4.3</p>

meson.build

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

0 commit comments

Comments
 (0)