Skip to content

Commit dc5845b

Browse files
chore: release v0.11.1
1 parent 17af68c commit dc5845b

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
shpool (0.11.1) unstable; urgency=low
3+
4+
Fixed
5+
6+
* 0xFF input byte panicking session threads
7+
* /etc/environment keys with underscores being dropped ([#391](https://github.com/shell-pool/shpool/pull/391))
8+
9+
Other
10+
11+
* bump toml from 0.8.23 to 1.1.2+spec-1.1.0
12+
* bump signal-hook from 0.3.18 to 0.4.4 ([#297](https://github.com/shell-pool/shpool/pull/297))
13+
14+
-- Shpool Authors <shpool-eng@google.com> Mon, 15 Jun 2026 14:25:38 +0000
15+
216
shpool (0.11.0) unstable; urgency=low
317

418
Other

libshpool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libshpool"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2024"
55
repository = "https://github.com/shell-pool/shpool"
66
authors = ["Ethan Pailes <pailes@google.com>"]

shpool/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shpool"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2024"
55
authors = ["Ethan Pailes <pailes@google.com>"]
66
repository = "https://github.com/shell-pool/shpool"
@@ -21,7 +21,7 @@ test_hooks = ["libshpool/test_hooks"]
2121
[dependencies]
2222
clap = { version = "4", features = ["derive"] } # cli parsing
2323
anyhow = "1" # dynamic, unstructured errors
24-
libshpool = { version = "0.11.0", path = "../libshpool" }
24+
libshpool = { version = "0.11.1", path = "../libshpool" }
2525

2626
[dev-dependencies]
2727
lazy_static = "1" # globals

0 commit comments

Comments
 (0)