From 5bd55a3a7ccb140e75d96aca11ba330d993543b2 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Sat, 5 Nov 2022 00:42:19 +0100 Subject: [PATCH] chore(release): 1.2.2 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- debian/changelog | 9 +++++++++ plugins/Cargo.toml | 2 +- service/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24da7fe..999f365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1243,7 +1243,7 @@ dependencies = [ [[package]] name = "pop-launcher" -version = "1.2.1" +version = "1.2.2" dependencies = [ "const_format", "dirs 4.0.0", @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "pop-launcher-plugins" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "async-pidfd", @@ -1303,7 +1303,7 @@ dependencies = [ [[package]] name = "pop-launcher-service" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "async-oneshot", diff --git a/Cargo.toml b/Cargo.toml index be84905..0d705c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher" -version = "1.2.1" +version = "1.2.2" license = "MPL-2.0" authors = ["Michael Aaron Murphy "] description = "Library for writing plugins and frontends for pop-launcher" diff --git a/debian/changelog b/debian/changelog index 1d0142e..6876ce9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pop-launcher (1.2.2) jammy; urgency=medium + + * Various bug fixes and improvements + * Many dependency updates + * Recent application search enhancements + * New web plugin shortcuts + + -- Michael Murphy Sat, 05 Nov 2022 00:39:40 +0100 + pop-launcher (1.2.1) impish; urgency=medium * Use mimalloc as global allocator because it is 2x faster than glib diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 637ec68..0bf7010 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-plugins" -version = "1.2.1" +version = "1.2.2" license = "GPL-3.0-only" authors = ["Michael Aaron Murphy "] edition = "2018" diff --git a/service/Cargo.toml b/service/Cargo.toml index ac26c1c..d48b1ad 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-service" -version= "1.2.1" +version= "1.2.2" license = "MPL-2.0" edition = "2018"