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

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