Bump to 0.169.1 for @osiewicz
Some checks are pending
CI / check_docs_only (push) Waiting to run
CI / Check Postgres and Protobuf migrations, mergability (push) Waiting to run
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Build Remote Server (push) Blocked by required conditions
CI / (Windows) Run Clippy and tests (push) Blocked by required conditions
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
CI / Auto release preview (push) Blocked by required conditions

This commit is contained in:
Zed Bot 2025-01-13 22:44:56 +00:00
parent 8052cf8415
commit 75f682b80f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -16199,7 +16199,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.169.0"
version = "0.169.1"
dependencies = [
"activity_indicator",
"anyhow",

View file

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