diff --git a/Cargo.lock b/Cargo.lock index 9d596b8..2f78f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index b197ff7..8138859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher" -version = "1.2.0" +version = "1.2.1" license = "MPL-2.0" authors = ["Michael Aaron Murphy "] description = "Library for writing plugins and frontends for pop-launcher" diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 5407920..ddcb481 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -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 diff --git a/debian/changelog b/debian/changelog index 496bd3e..1d0142e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 29 Mar 2022 13:17:57 +0200 + pop-launcher (1.2.0) impish; urgency=medium * Switch from smol-rs to tokio-rs diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index ae51ead..f27cea2 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -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 "] edition = "2018" diff --git a/service/Cargo.toml b/service/Cargo.toml index 7b7f2b6..9bf7db7 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-service" -version= "1.2.0" +version= "1.2.1" license = "MPL-2.0" edition = "2018"