Skip to content

Commit

Permalink
chore: release v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed May 1, 2023
1 parent d45b675 commit a1fd715
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "term-sesh"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Will Hopkins <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -37,12 +37,12 @@ dialoguer = { version = "0.10.4", features = ["completion", "history", "fuzzy-se
chrono = "0.4.24"
prettytable = "0.10.0"
sesh-shared = { path = "./shared", version = "0.1.4" }
sesh-proto = { path = "./proto", version = "0.1.3" }
sesh-cli = { path = "./cli", version = "0.1.4" }
sesh-proto = { path = "./proto", version = "0.1.4" }
sesh-cli = { path = "./cli", version = "0.1.5" }
serde_json = "1.0.96"

[build-dependencies]
sesh-cli = { path = "./cli", version = "0.1.4" }
sesh-cli = { path = "./cli", version = "0.1.5" }
clap-markdown = "0.1.3"
which = "4.4.0"
anyhow = "1.0.70"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sesh-cli"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["Will Hopkins <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sesh-proto"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Will Hopkins <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ anyhow = "1.0.70"
libc = "0.2.141"
prost = "0.11.9"
termion = "2.0.1"
sesh-proto = { path = "../proto", version = "0.1.2" }
sesh-proto = { path = "../proto", version = "0.1.4" }

0 comments on commit a1fd715

Please sign in to comment.