chore(release): 1.2.1

This commit is contained in:
Michael Aaron Murphy 2022-03-29 13:19:57 +02:00 committed by Michael Murphy
parent e6076e5e9c
commit 33b9a02aab
6 changed files with 15 additions and 8 deletions

8
Cargo.lock generated
View file

@ -1145,7 +1145,7 @@ dependencies = [
[[package]]
name = "pop-launcher"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"const_format",
"dirs 4.0.0",
@ -1159,7 +1159,7 @@ dependencies = [
[[package]]
name = "pop-launcher-bin"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"dirs 4.0.0",
"mimalloc",
@ -1172,7 +1172,7 @@ dependencies = [
[[package]]
name = "pop-launcher-plugins"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"anyhow",
"async-pidfd",
@ -1206,7 +1206,7 @@ dependencies = [
[[package]]
name = "pop-launcher-service"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"anyhow",
"async-oneshot",

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "pop-launcher-bin"
version = "1.2.0"
version = "1.2.1"
edition = "2018"
license = "GPL-3.0-only"
publish = false

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
pop-launcher (1.2.1) impish; urgency=medium
* Use mimalloc as global allocator because it is 2x faster than glib
* Enable LTO, panic=abort, strip-true for reduce binary size
-- Michael Aaron Murphy <mmstick@pm.me> Tue, 29 Mar 2022 13:17:57 +0200
pop-launcher (1.2.0) impish; urgency=medium
* Switch from smol-rs to tokio-rs

View file

@ -1,6 +1,6 @@
[package]
name = "pop-launcher-plugins"
version = "1.2.0"
version = "1.2.1"
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.0"
version= "1.2.1"
license = "MPL-2.0"
edition = "2018"