Skip to content

Commit c08e61b

Browse files
committed
Bump version
1 parent 31720a9 commit c08e61b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
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.2"
3+
version = "0.4.3"
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
surface-control (0.4.3-1) unstable; urgency=medium
2+
3+
* Remove outdated performance-mode command
4+
* Update dependencies
5+
6+
-- Maximilian Luz <[email protected]> Sat, 17 Sep 2022 04:34:10 +0200
7+
18
surface-control (0.4.2-1) unstable; urgency=medium
29

310
* Update dependencies

pkg/fedora/surface-control.spec

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

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

5151
%changelog
52+
* Sat Sep 17 2022 Maximilian Luz <[email protected]> - 0.4.3-1
53+
- Remove outdated performance-mode command
54+
- Update dependencies
55+
5256
* Thu Apr 28 2022 Maximilian Luz <[email protected]> - 0.4.2-1
5357
- Update dependencies
5458

0 commit comments

Comments
 (0)