Skip to content

Commit 85729bf

Browse files
committed
Bump version
1 parent 26745c4 commit 85729bf

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

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.4"
3+
version = "0.4.5"
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
surface-control (0.4.3-1) unstable; urgency=medium
1+
surface-control (0.4.5-1) unstable; urgency=medium
2+
3+
* Remove outdated udev rules.
4+
5+
-- Maximilian Luz <[email protected]> Mon, 12 Jun 2023 12:33:07 +0200
6+
7+
surface-control (0.4.4-1) unstable; urgency=medium
28

39
* Update dependencies
410

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

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

4747
%changelog
48+
* Mon Jun 12 2023 Maximilian Luz <[email protected]> - 0.4.5-1
49+
- Remove outdated udev rules
50+
- Update dependencies
51+
4852
* Wed Apr 19 2023 Maximilian Luz <[email protected]> - 0.4.4-1
4953
- Add support for Fedora 38
5054
- Update dependencies

0 commit comments

Comments
 (0)