From a6461f90a1ac61912db542eea168a05daed00f6f Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 14 Aug 2024 18:14:19 -0400 Subject: [PATCH] gleam: Bump to v0.2.0 (#16258) This PR bumps the Gleam extension to v0.2.0. Changes: - Added `/gleam-project` slash command - Added `gleam-hexdocs` provider for the `/docs` slash command - https://github.com/zed-industries/zed/pull/12221 - https://github.com/zed-industries/zed/pull/15659 Release Notes: - N/A --- Cargo.lock | 2 +- extensions/gleam/Cargo.toml | 2 +- extensions/gleam/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 803511eaf9..426cd4c8f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13990,7 +13990,7 @@ dependencies = [ [[package]] name = "zed_gleam" -version = "0.1.3" +version = "0.2.0" dependencies = [ "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/extensions/gleam/Cargo.toml b/extensions/gleam/Cargo.toml index faaaaf12b6..7008c6e146 100644 --- a/extensions/gleam/Cargo.toml +++ b/extensions/gleam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_gleam" -version = "0.1.3" +version = "0.2.0" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/gleam/extension.toml b/extensions/gleam/extension.toml index 2b10e3107f..6336211113 100644 --- a/extensions/gleam/extension.toml +++ b/extensions/gleam/extension.toml @@ -1,7 +1,7 @@ id = "gleam" name = "Gleam" description = "Gleam support." -version = "0.1.3" +version = "0.2.0" schema_version = 1 authors = ["Marshall Bowers "] repository = "https://github.com/zed-industries/zed"