Skip to content

Commit b570ed2

Browse files
committed
Prepare v0.3.0
1 parent b044707 commit b570ed2

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
surface-dtx-daemon (0.3.0-1) unstable; urgency=medium
2+
3+
* Properly forward hardware-errors, runtime-errors, and other notifications to user
4+
* Support DTX heartbeat commend
5+
* Support handler script timeouts
6+
* Various stability improvements
7+
8+
-- Maximilian Luz <[email protected]> Wed, 07 Apr 2021 03:48:02 +0200
9+
110
surface-dtx-daemon (0.2.0-2) unstable; urgency=medium
211

312
* Bump release to build for Fedora 34

pkg/fedora/surface-dtx-daemon.spec

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

66
License: MIT
@@ -71,6 +71,12 @@ 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+
* Wed Apr 07 2021 Maximilian Luz <[email protected]> - 0.3.0-1
75+
- Properly forward hardware-errors, runtime-errors, and other notifications to user
76+
- Support DTX heartbeat commend
77+
- Support handler script timeouts
78+
- Various stability improvements
79+
7480
* Fri Mar 19 2021 Dorian Stoll <[email protected]> - 0.2.0-2
7581
- Bump release to build for Fedora 34
7682

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

0 commit comments

Comments
 (0)