Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <shpool-eng@google.com> Thu, 21 May 2026 22:01:08 +0000

shpool (0.10.1) unstable; urgency=low

Added
Expand Down
2 changes: 1 addition & 1 deletion libshpool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <pailes@google.com>"]
Expand Down
4 changes: 2 additions & 2 deletions shpool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shpool"
version = "0.10.1"
version = "0.10.2"
edition = "2024"
authors = ["Ethan Pailes <pailes@google.com>"]
repository = "https://github.com/shell-pool/shpool"
Expand All @@ -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
Expand Down
Loading