Skip to content

Commit d363ecb

Browse files
committed
Prepare v0.4.0
1 parent bba13fa commit d363ecb

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.3.0"
3+
version = "0.4.0"
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
surface-control (0.4.0-1) unstable; urgency=medium
2+
3+
* Update dGPU interface
4+
* Add more DTX commands
5+
* Restructure status command
6+
7+
-- Maximilian Luz <[email protected]> Sun, 21 Mar 2021 04:22:33 +0100
8+
19
surface-control (0.3.1-2) unstable; urgency=medium
210

311
* Bump release to build for Fedora 34

pkg/fedora/surface-control.spec

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

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

5151
%changelog
52+
* Sun Mar 21 2021 Maximilian Luz <[email protected]> - 0.4.0-1
53+
- Update dGPU interface
54+
- Add more DTX commands
55+
- Restructure status command
56+
5257
* Fri Mar 19 2021 Dorian Stoll <[email protected]> - 0.3.1-2
5358
- Bump release to build for Fedora 34
5459

0 commit comments

Comments
 (0)