-
-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(version): bump development version
- Loading branch information
Showing
7 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij" | ||
version = "0.38.2" | ||
version = "0.39.0" | ||
authors = ["Aram Drevekenin <[email protected]>"] | ||
edition = "2021" | ||
description = "A terminal workspace with batteries included" | ||
|
@@ -13,9 +13,9 @@ rust-version = "1.60" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
zellij-client = { path = "zellij-client/", version = "0.38.2" } | ||
zellij-server = { path = "zellij-server/", version = "0.38.2" } | ||
zellij-utils = { path = "zellij-utils/", version = "0.38.2" } | ||
zellij-client = { path = "zellij-client/", version = "0.39.0" } | ||
zellij-server = { path = "zellij-server/", version = "0.39.0" } | ||
zellij-utils = { path = "zellij-utils/", version = "0.39.0" } | ||
thiserror = "1.0.40" | ||
names = { version = "0.14.0", default-features = false } | ||
log = "0.4.17" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-client" | ||
version = "0.38.2" | ||
version = "0.39.0" | ||
authors = ["Kunal Mohan <[email protected]>"] | ||
edition = "2021" | ||
description = "The client-side library for Zellij" | ||
|
@@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } | |
url = { version = "2.2.2", features = ["serde"] } | ||
serde_yaml = "0.8" | ||
serde_json = "1.0" | ||
zellij-utils = { path = "../zellij-utils/", version = "0.38.2" } | ||
zellij-utils = { path = "../zellij-utils/", version = "0.39.0" } | ||
log = "0.4.17" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-server" | ||
version = "0.38.2" | ||
version = "0.39.0" | ||
authors = ["Kunal Mohan <[email protected]>"] | ||
edition = "2021" | ||
description = "The server-side library for Zellij" | ||
|
@@ -21,7 +21,7 @@ url = "2.2.2" | |
wasmer = "2.3.0" | ||
wasmer-wasi = "2.3.0" | ||
cassowary = "0.3.0" | ||
zellij-utils = { path = "../zellij-utils/", version = "0.38.2" } | ||
zellij-utils = { path = "../zellij-utils/", version = "0.39.0" } | ||
log = "0.4.17" | ||
typetag = "0.1.7" | ||
chrono = "0.4.19" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-tile-utils" | ||
version = "0.38.2" | ||
version = "0.39.0" | ||
authors = ["denis <[email protected]>"] | ||
edition = "2021" | ||
description = "A utility library for Zellij plugins" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-tile" | ||
version = "0.38.2" | ||
version = "0.39.0" | ||
authors = ["Brooks J Rady <[email protected]>"] | ||
edition = "2021" | ||
description = "A small client-side library for writing Zellij plugins" | ||
|
@@ -12,4 +12,4 @@ serde = { version = "1.0", features = ["derive"] } | |
serde_json = "1.0" | ||
strum = "0.20.0" | ||
strum_macros = "0.20.0" | ||
zellij-utils = { path = "../zellij-utils/", version = "0.38.2" } | ||
zellij-utils = { path = "../zellij-utils/", version = "0.39.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-utils" | ||
version = "0.38.2" | ||
version = "0.39.0" | ||
authors = ["Kunal Mohan <[email protected]>"] | ||
edition = "2021" | ||
description = "A utility library for Zellij client and server" | ||
|