Skip to content

Commit a1693ab

Browse files
committed
chore(release): v0.42.1
1 parent ee10909 commit a1693ab

File tree

17 files changed

+20
-18
lines changed

17 files changed

+20
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## [Unreleased]
8+
9+
## [0.42.1] - 2025-03-21
810
* fix(mouse): fix mouse handling in windows terminal (https://github.com/zellij-org/zellij/pull/4076)
911

1012
## [0.42.0] - 2025-03-17

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zellij"
3-
version = "0.43.0"
3+
version = "0.42.1"
44
authors = ["Aram Drevekenin <aram@poor.dev>"]
55
edition = "2021"
66
description = "A terminal workspace with batteries included"
@@ -14,9 +14,9 @@ rust-version = "1.84"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
zellij-client = { path = "zellij-client/", version = "0.43.0" }
18-
zellij-server = { path = "zellij-server/", version = "0.43.0" }
19-
zellij-utils = { path = "zellij-utils/", version = "0.43.0" }
17+
zellij-client = { path = "zellij-client/", version = "0.42.1" }
18+
zellij-server = { path = "zellij-server/", version = "0.42.1" }
19+
zellij-utils = { path = "zellij-utils/", version = "0.42.1" }
2020
thiserror = "1.0.40"
2121
names = { version = "0.14.0", default-features = false }
2222
log = "0.4.17"

zellij-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zellij-client"
3-
version = "0.43.0"
3+
version = "0.42.1"
44
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
55
edition = "2021"
66
description = "The client-side library for Zellij"
@@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
1414
url = { version = "2.2.2", features = ["serde"] }
1515
serde_yaml = "0.8"
1616
serde_json = "1.0"
17-
zellij-utils = { path = "../zellij-utils/", version = "0.43.0" }
17+
zellij-utils = { path = "../zellij-utils/", version = "0.42.1" }
1818
log = "0.4.17"
1919

2020
[dev-dependencies]

zellij-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zellij-server"
3-
version = "0.43.0"
3+
version = "0.42.1"
44
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
55
edition = "2021"
66
description = "The server-side library for Zellij"
@@ -21,7 +21,7 @@ unicode-width = "0.1.8"
2121
url = "2.2.2"
2222
wasmtime-wasi = "29.0.1" # Keep in sync with wasmtime
2323
cassowary = "0.3.0"
24-
zellij-utils = { path = "../zellij-utils/", version = "0.43.0" }
24+
zellij-utils = { path = "../zellij-utils/", version = "0.42.1" }
2525
log = "0.4.17"
2626
typetag = "0.1.7"
2727
chrono = "0.4.19"

zellij-tile-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zellij-tile-utils"
3-
version = "0.43.0"
3+
version = "0.42.1"
44
authors = ["denis <denismaximov98@gmail.com>"]
55
edition = "2021"
66
description = "A utility library for Zellij plugins"

zellij-tile/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zellij-tile"
3-
version = "0.43.0"
3+
version = "0.42.1"
44
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
55
edition = "2021"
66
description = "A small client-side library for writing Zellij plugins"
@@ -12,4 +12,4 @@ serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"
1313
strum = "0.20.0"
1414
strum_macros = "0.20.0"
15-
zellij-utils = { path = "../zellij-utils/", version = "0.43.0" }
15+
zellij-utils = { path = "../zellij-utils/", version = "0.42.1" }

zellij-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zellij-utils"
3-
version = "0.43.0"
3+
version = "0.42.1"
44
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
55
edition = "2021"
66
description = "A utility library for Zellij client and server"
1.76 KB
Binary file not shown.
-1.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)