From 9353b2e036977489c462b3ef93f1a29e355c4f8c Mon Sep 17 00:00:00 2001 From: "release-plz-for-shpool[bot]" <175248994+release-plz-for-shpool[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:01:10 +0000 Subject: [PATCH] chore: release v0.10.2 --- Cargo.lock | 4 ++-- debian/changelog | 8 ++++++++ libshpool/Cargo.toml | 2 +- shpool/Cargo.toml | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbfd30b5..787ae8bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -515,7 +515,7 @@ dependencies = [ [[package]] name = "libshpool" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "assert_matches", @@ -1038,7 +1038,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shpool" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "clap", diff --git a/debian/changelog b/debian/changelog index ee2cb3cb..a1df8320 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,12 @@ +shpool (0.10.2) unstable; urgency=low + + Other + + * put `events` subcommand help in alphabetical order ([#375](https://github.com/shell-pool/shpool/pull/375)) + + -- Shpool Authors Thu, 21 May 2026 22:01:08 +0000 + shpool (0.10.1) unstable; urgency=low Added diff --git a/libshpool/Cargo.toml b/libshpool/Cargo.toml index f5eb2abd..d60b6ae1 100644 --- a/libshpool/Cargo.toml +++ b/libshpool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libshpool" -version = "0.10.1" +version = "0.10.2" edition = "2024" repository = "https://github.com/shell-pool/shpool" authors = ["Ethan Pailes "] diff --git a/shpool/Cargo.toml b/shpool/Cargo.toml index fec1ccc4..30d58bdc 100644 --- a/shpool/Cargo.toml +++ b/shpool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shpool" -version = "0.10.1" +version = "0.10.2" edition = "2024" authors = ["Ethan Pailes "] repository = "https://github.com/shell-pool/shpool" @@ -21,7 +21,7 @@ test_hooks = ["libshpool/test_hooks"] [dependencies] clap = { version = "4", features = ["derive"] } # cli parsing anyhow = "1" # dynamic, unstructured errors -libshpool = { version = "0.10.1", path = "../libshpool" } +libshpool = { version = "0.10.2", path = "../libshpool" } [dev-dependencies] lazy_static = "1" # globals