From 170c6bbfb25c0683c4e70701a1da88613968cf2a Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Sun, 31 Oct 2021 14:08:37 +0100 Subject: [PATCH] chore(release): Release 1.0.3 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- Makefile | 4 ++-- bin/Cargo.toml | 2 +- debian/changelog | 6 ++++++ plugins/Cargo.toml | 2 +- service/Cargo.toml | 2 +- 7 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efd09c9..c26d53d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,9 +1036,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" +checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673" [[package]] name = "libnghttp2-sys" @@ -1352,7 +1352,7 @@ checksum = "bb20dcc30536a1508e75d47dd0e399bb2fe7354dcf35cda9127f2bf1ed92e30e" [[package]] name = "pop-launcher" -version = "1.0.2" +version = "1.0.3" dependencies = [ "blocking", "const_format", @@ -1364,7 +1364,7 @@ dependencies = [ [[package]] name = "pop-launcher-bin" -version = "1.0.0" +version = "1.0.3" dependencies = [ "pop-launcher-plugins", "pop-launcher-service", @@ -1375,7 +1375,7 @@ dependencies = [ [[package]] name = "pop-launcher-plugins" -version = "1.0.2" +version = "1.0.3" dependencies = [ "async-pidfd", "fork", @@ -1406,7 +1406,7 @@ dependencies = [ [[package]] name = "pop-launcher-service" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "async-io", diff --git a/Cargo.toml b/Cargo.toml index 7588b48..4362f07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher" -version = "1.0.2" +version = "1.0.3" license = "GPL-3.0-only" authors = ["Michael Aaron Murphy "] description = "Library for writing plugins and frontends for pop-launcher" diff --git a/Makefile b/Makefile index c4f1ed8..433728e 100644 --- a/Makefile +++ b/Makefile @@ -95,9 +95,9 @@ install: cp -r $${script} $(SCRIPTS_DIR); \ done - - release: sed -i "s/^version.*/version = \"${RELEASE}\"/g" Cargo.toml + sed -i "s/^version.*/version = \"${RELEASE}\"/g" bin/Cargo.toml sed -i "s/^version.*/version = \"${RELEASE}\"/g" plugins/Cargo.toml sed -i "s/^version.*/version= \"${RELEASE}\"/g" service/Cargo.toml + cargo update diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 3d5eb3b..75a2118 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-bin" -version = "1.0.0" +version = "1.0.3" edition = "2018" publish = false diff --git a/debian/changelog b/debian/changelog index af978f8..95f88b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pop-launcher (1.0.3) impish; urgency=medium + + * Additional fixes + + -- Michael Aaron Murphy Sun, 31 Oct 2021 14:07:36 +0100 + pop-launcher (1.0.2) impish; urgency=medium * Post-launch fixes diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 6df5739..437dad3 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-plugins" -version = "1.0.2" +version = "1.0.3" license = "GPL-3.0-only" authors = ["Michael Aaron Murphy "] edition = "2018" diff --git a/service/Cargo.toml b/service/Cargo.toml index e90ac9a..a87a1ff 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-service" -version= "1.0.2" +version= "1.0.3" license = "GPL-3.0-only" edition = "2018"