chore(release): 1.2.2

This commit is contained in:
Michael Aaron Murphy 2022-11-05 00:42:19 +01:00
parent 8ec0ce9224
commit 5bd55a3a7c
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
5 changed files with 15 additions and 6 deletions

6
Cargo.lock generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
[package]
name = "pop-launcher"
version = "1.2.1"
version = "1.2.2"
license = "MPL-2.0"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
description = "Library for writing plugins and frontends for pop-launcher"

9
debian/changelog vendored
View file

@ -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 <mmstick@pm.me> 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

View file

@ -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 <mmstick@pm.me>"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "pop-launcher-service"
version= "1.2.1"
version= "1.2.2"
license = "MPL-2.0"
edition = "2018"