Skip to content

Commit 576b5d1

Browse files
committed
Prepare v0.3.1
1 parent dd63615 commit 576b5d1

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
surface-dtx-daemon (0.3.1-1) unstable; urgency=medium
2+
3+
* Fix typo causing the user-daemon to crash on latch error
4+
* Update dependencies
5+
6+
-- Maximilian Luz <[email protected]> Mon, 23 Aug 2021 02:09:22 +0200
7+
18
surface-dtx-daemon (0.3.0-1) unstable; urgency=medium
29

310
* Properly forward hardware-errors, runtime-errors, and other notifications to user

pkg/fedora/surface-dtx-daemon.spec

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

@@ -71,6 +71,10 @@ install -D -m644 "target/surface-dtx-userd.fish" "%{buildroot}/usr/share/fish/co
7171
/usr/share/fish/completions/surface-dtx-userd.fish
7272

7373
%changelog
74+
* Mon Aug 23 2021 Maximilian Luz <[email protected]> - 0.3.1-1
75+
- Fix typo causing the user-daemon to crash on latch error
76+
- Update dependencies
77+
7478
* Wed Apr 07 2021 Maximilian Luz <[email protected]> - 0.3.0-1
7579
- Properly forward hardware-errors, runtime-errors, and other notifications to user
7680
- Support DTX heartbeat commend

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.0"
3+
version = "0.3.1"
44
authors = ["Maximilian Luz <[email protected]>"]
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.0"
3+
version = "0.3.1"
44
authors = ["Maximilian Luz <[email protected]>"]
55
description = "Surface Detachment System (DTX) User Daemon"
66

0 commit comments

Comments
 (0)