Skip to content

Commit d2b4fea

Browse files
committed
Prepare v0.2.6 release
1 parent f0000e5 commit d2b4fea

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.2.5"
3+
version = "0.2.6"
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.2.6-1) unstable; urgency=medium
2+
3+
* Update to v0.2.6
4+
5+
-- Maximilian Luz <[email protected]> Fri, 03 Jul 2020 20:27:07 +0200
6+
17
surface-control (0.2.5-3) unstable; urgency=medium
28

39
* Bump pkgrel

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.2.5
3-
Release: 3%{?dist}
2+
Version: 0.2.6
3+
Release: 1%{?dist}
44
Summary: Control various aspects of Microsoft Surface devices from the shell
55

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

4444
%changelog
45+
* Fri Jul 03 2020 Maximilian Luz <[email protected]>
46+
- Update to version 0.2.6
47+
4548
* Tue Mar 31 2020 Dorian Stoll <[email protected]> 0.2.5-3
4649
- Bump pkgrel
4750

0 commit comments

Comments
 (0)