chore(release): 1.2.2
This commit is contained in:
parent
8ec0ce9224
commit
5bd55a3a7c
5 changed files with 15 additions and 6 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
9
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pop-launcher-service"
|
||||
version= "1.2.1"
|
||||
version= "1.2.2"
|
||||
license = "MPL-2.0"
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue