Skip to content

Commit 4ae9546

Browse files
committed
Prepare version 0.1.2
1 parent 5adccf1 commit 4ae9546

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-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/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.1
4+
pkgver=0.1.2
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
surface-dtx-daemon (0.1.2) unstable; urgency=medium
2+
3+
* Add udev rule to ensure device is available.
4+
5+
-- <build@build-deb8> Thu, 09 May 2019 22:54:39 +0000
6+
17
surface-dtx-daemon (0.1.1) unstable; urgency=medium
28

39
* Add request function to dbus interface.

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

0 commit comments

Comments
 (0)