Skip to content

Commit ff5ca30

Browse files
committed
Prepare new release
1 parent d77b19f commit ff5ca30

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
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/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Maximilian Luz <[email protected]>
22

33
pkgname=surface-dtx-daemon
4-
pkgver=0.1.2
4+
pkgver=0.1.3
55
pkgrel=1
66
pkgdesc="Surface Detachment System (DTX) Daemon"
77
url="https://github.com/qzed/linux-surface-dtx-daemon"

pkg/deb/debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1+
surface-dtx-daemon (0.1.3) unstable; urgency=medium
2+
3+
* Update third-party dependencies.
4+
5+
-- Maximilian Luz <[email protected]> Thu, 05 Sep 2019 02:45:46 +0200
6+
17
surface-dtx-daemon (0.1.2) unstable; urgency=medium
28

39
* Add udev rule to ensure device is available.
410

5-
-- <build@build-deb8> Thu, 09 May 2019 22:54:39 +0000
11+
-- Maximilian Luz <[email protected]> Thu, 09 May 2019 22:54:39 +0000
612

713
surface-dtx-daemon (0.1.1) unstable; urgency=medium
814

915
* Add request function to dbus interface.
1016
* Fix libc/libgcc dependencies.
1117

12-
-- <build@build-deb8> Wed, 08 May 2019 19:34:02 +0000
18+
-- Maximilian Luz <[email protected]> Wed, 08 May 2019 19:34:02 +0000
1319

1420
surface-dtx-daemon (0.1.0) unstable; urgency=medium
1521

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

0 commit comments

Comments
 (0)