v0.142.x dev
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run

This commit is contained in:
Joseph T Lyons 2024-06-19 12:09:32 -04:00
parent 3d4f275c52
commit 0129d4e250
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -13318,7 +13318,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.141.0"
version = "0.142.0"
dependencies = [
"activity_indicator",
"anyhow",

View file

@ -2,7 +2,7 @@
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.141.0"
version = "0.142.0"
publish = false
license = "GPL-3.0-or-later"
authors = ["Zed Team <hi@zed.dev>"]