diff --git a/Cargo.lock b/Cargo.lock index fc2e993..9848608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,7 +381,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "surface" -version = "0.4.5" +version = "0.4.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 76d0ba7..0359617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surface" -version = "0.4.5" +version = "0.4.6" authors = ["Maximilian Luz "] description = "Control various aspects of Microsoft Surface devices on Linux from the Command-Line" diff --git a/pkg/deb/debian/changelog b/pkg/deb/debian/changelog index 0a6b7bd..511cdbc 100644 --- a/pkg/deb/debian/changelog +++ b/pkg/deb/debian/changelog @@ -1,3 +1,9 @@ +surface-control (0.4.6-1) unstable; urgency=medium + + * Remove outdated udev rules. + + -- Maximilian Luz Tue, 03 Oct 2023 15:43:21 +0200 + surface-control (0.4.5-1) unstable; urgency=medium * Remove outdated udev rules. diff --git a/pkg/fedora/surface-control.spec b/pkg/fedora/surface-control.spec index 7ec2a36..bc39068 100644 --- a/pkg/fedora/surface-control.spec +++ b/pkg/fedora/surface-control.spec @@ -1,5 +1,5 @@ Name: surface-control -Version: 0.4.5 +Version: 0.4.6 Release: 1%{?dist} Summary: Control various aspects of Microsoft Surface devices from the shell @@ -45,6 +45,9 @@ install -D -m644 "surface-control/target/surface.fish" "%{buildroot}/usr/share/f /usr/share/fish/completions/surface.fish %changelog +* Tue Oct 03 2023 Maximilian Luz - 0.4.6-1 +- Update dependencies + * Mon Jun 12 2023 Maximilian Luz - 0.4.5-1 - Remove outdated udev rules - Update dependencies