Skip to content

Commit 0d62e32

Browse files
committed
Bump version
1 parent 85af349 commit 0d62e32

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/deb/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
surface-dtx-daemon (0.3.9-1) unstable; urgency=medium
2+
3+
* Update dependencies
4+
5+
-- Maximilian Luz <luzmaximilian@gmail.com> Sat, 19 Arp 2025 20:42:03 +0200
6+
17
surface-dtx-daemon (0.3.8-1) unstable; urgency=medium
28

39
* Update dependencies

pkg/fedora/surface-dtx-daemon.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: surface-dtx-daemon
2-
Version: 0.3.8
2+
Version: 0.3.9
33
Release: 1%{?dist}
44
Summary: Surface Detachment System (DTX) Daemon
55

@@ -66,6 +66,9 @@ install -D -m644 "target/surface-dtx-userd.fish" "%{buildroot}/usr/share/fish/ve
6666
/usr/share/fish/vendor_completions.d/surface-dtx-userd.fish
6767

6868
%changelog
69+
* Sat Apr 19 2025 Maximilian Luz <luzmaximilian@gmail.com> - 0.3.9-1
70+
- Update dependencies
71+
6972
* Sat Sep 14 2024 Maximilian Luz <luzmaximilian@gmail.com> - 0.3.8-1
7073
- Update dependencies
7174

surface-dtx-daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "surface-dtx-daemon"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
authors = ["Maximilian Luz <luzmaximilian@gmail.com>"]
55
description = "Surface Detachment System (DTX) Daemon"
66

surface-dtx-userd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "surface-dtx-userd"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
authors = ["Maximilian Luz <luzmaximilian@gmail.com>"]
55
description = "Surface Detachment System (DTX) User Daemon"
66

0 commit comments

Comments
 (0)