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 11, 2024
1 parent 875784d commit b769c9d
Show file tree
Hide file tree
Showing 4 changed files with 13 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.

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

shpool (0.6.4) unstable; urgency=low

Fixed

* tune vt100 memory usage

-- Shpool Authors <shpool-eng@google.com> Thu, 11 Jul 2024 12:43:26 +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 b769c9d

Please sign in to comment.