Skip to content

Commit 5422021

Browse files
committed
Bump version
1 parent c51c133 commit 5422021

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.5"
3+
version = "0.4.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.4.6-1) unstable; urgency=medium
2+
3+
* Remove outdated udev rules.
4+
5+
-- Maximilian Luz <[email protected]> Tue, 03 Oct 2023 15:43:21 +0200
6+
17
surface-control (0.4.5-1) unstable; urgency=medium
28

39
* Remove outdated udev rules.

pkg/fedora/surface-control.spec

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

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

4747
%changelog
48+
* Tue Oct 03 2023 Maximilian Luz <[email protected]> - 0.4.6-1
49+
- Update dependencies
50+
4851
* Mon Jun 12 2023 Maximilian Luz <[email protected]> - 0.4.5-1
4952
- Remove outdated udev rules
5053
- Update dependencies

0 commit comments

Comments
 (0)