From 0d41c05ee364530f5244ca0350b7e44caab910b5 Mon Sep 17 00:00:00 2001 From: "zed-zippy[bot]" <234243425+zed-zippy[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:14:33 +0000 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f73a06c..a854f15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "zed_typst" -version = "0.2.0" +version = "0.2.1" dependencies = [ "zed_extension_api", ] diff --git a/Cargo.toml b/Cargo.toml index dfe3a97..3f2cbed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_typst" -version = "0.2.0" +version = "0.2.1" edition = "2021" publish = false diff --git a/extension.toml b/extension.toml index bf46539..a1da255 100644 --- a/extension.toml +++ b/extension.toml @@ -1,7 +1,7 @@ id = "typst" name = "Typst" description = "Typst support." -version = "0.2.0" +version = "0.2.1" schema_version = 1 authors = ["WeetHet "] repository = "https://github.com/weethet/typst.zed"