Skip to content

Commit 073eae1

Browse files
committed
Prepare v0.4.1
1 parent 387d64d commit 073eae1

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Maximilian Luz <[email protected]>"]
55
description = "Control various aspects of Microsoft Surface devices on Linux from the Command-Line"
66

pkg/deb/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
surface-control (0.4.1-1) unstable; urgency=medium
2+
3+
* Add interface for platform profile
4+
5+
-- Maximilian Luz <[email protected]> Wed, 05 May 2021 17:54:36 +0200
6+
17
surface-control (0.4.0-2) unstable; urgency=medium
28

39
* Fix libudev dependency

pkg/fedora/surface-control.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: surface-control
2-
Version: 0.4.0
3-
Release: 2%{?dist}
2+
Version: 0.4.1
3+
Release: 1%{?dist}
44
Summary: Control various aspects of Microsoft Surface devices from the shell
55

66
License: MIT
@@ -49,6 +49,9 @@ install -D -m644 "surface-control/target/surface.fish" "%{buildroot}/usr/share/f
4949
/usr/share/fish/completions/surface.fish
5050

5151
%changelog
52+
* Wed May 06 2021 Maximilian Luz <[email protected]> - 0.4.1-1
53+
- Add interface for platform profile
54+
5255
* Mon Mar 22 2021 Dorian Stoll <[email protected]> - 0.4.0-2
5356
- Fix libudev dependency
5457

0 commit comments

Comments
 (0)