summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-01-20 18:55:31 -0500
committerClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-01-20 18:55:31 -0500
commit490e94c347312c7a52667eff2e85b4720430ae96 (patch)
treea75c29568561a7ea289cbabb02dda71e6ad0bf33
parent3aa4aa1c08d72b3874c936d266f24b9746a8c385 (diff)
other: bump to 0.8.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fecc7347..c59f3cec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -204,7 +204,7 @@ dependencies = [
[[package]]
name = "bottom"
-version = "0.7.2"
+version = "0.8.0"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index f5a0ad6d..44a8681d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.7.2"
+version = "0.8.0"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2021"
repository = "https://github.com/ClementTsang/bottom"