Skip to content

Commit

Permalink
Prepare v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed May 5, 2021
1 parent 387d64d commit 073eae1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surface"
version = "0.4.0"
version = "0.4.1"
authors = ["Maximilian Luz <luzmaximilian@gmail.com>"]
description = "Control various aspects of Microsoft Surface devices on Linux from the Command-Line"

Expand Down
6 changes: 6 additions & 0 deletions pkg/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
surface-control (0.4.1-1) unstable; urgency=medium

* Add interface for platform profile

-- Maximilian Luz <luzmn@xws.localdomain> Wed, 05 May 2021 17:54:36 +0200

surface-control (0.4.0-2) unstable; urgency=medium

* Fix libudev dependency
Expand Down
7 changes: 5 additions & 2 deletions pkg/fedora/surface-control.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: surface-control
Version: 0.4.0
Release: 2%{?dist}
Version: 0.4.1
Release: 1%{?dist}
Summary: Control various aspects of Microsoft Surface devices from the shell

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

%changelog
* Wed May 06 2021 Maximilian Luz <luzmaximilian@gmail.com> - 0.4.1-1
- Add interface for platform profile

* Mon Mar 22 2021 Dorian Stoll <dorian.stoll@tmsp.io> - 0.4.0-2
- Fix libudev dependency

Expand Down

0 comments on commit 073eae1

Please sign in to comment.