Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz-for-shpool[bot] authored Jul 15, 2024
1 parent 5050233 commit ff0c46a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
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.

14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

shpool (0.6.4) unstable; urgency=low

Fixed

* protocol forward compat
* tune vt100 memory usage

Other

* update Cargo.lock dependencies
* bump toml from 0.7.8 to 0.8.12 ([#78](https://github.com/shell-pool/shpool/pull/78))

-- Shpool Authors <shpool-eng@google.com> Mon, 15 Jul 2024 15:44:24 +0000
shpool (0.6.3) unstable; urgency=low

* Add debounce option to motd pager mode
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.6.3"
version = "0.6.4"
edition = "2021"
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.6.3"
version = "0.6.4"
edition = "2021"
authors = ["Ethan Pailes <pailes@google.com>"]
repository = "https://github.com/shell-pool/shpool"
Expand All @@ -18,7 +18,7 @@ rust-version = "1.74"
[dependencies]
clap = { version = "4", features = ["derive"] } # cli parsing
anyhow = "1" # dynamic, unstructured errors
libshpool = { version = "0.6.3", path = "../libshpool" }
libshpool = { version = "0.6.4", path = "../libshpool" }

[dev-dependencies]
lazy_static = "1" # globals
Expand Down

0 comments on commit ff0c46a

Please sign in to comment.