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

View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pop-launcher-bin" name = "pop-launcher-bin"
version = "1.2.0" version = "1.2.1"
edition = "2018" edition = "2018"
license = "GPL-3.0-only" license = "GPL-3.0-only"
publish = false 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 pop-launcher (1.2.0) impish; urgency=medium
* Switch from smol-rs to tokio-rs * Switch from smol-rs to tokio-rs

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pop-launcher-plugins" name = "pop-launcher-plugins"
version = "1.2.0" version = "1.2.1"
license = "GPL-3.0-only" license = "GPL-3.0-only"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"] authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
edition = "2018" edition = "2018"

View file

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