From 889a14a2c2119308170b1bf2c07ad40f783a97fb Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Tue, 6 Aug 2024 15:53:02 +0200 Subject: [PATCH] ruby: Bump to v0.1.0 (#15855) ruby: Bump extension version to v0.1.0 Why not v0.0.9? I think the Ruby extension is mature, and it's time to release the first minor version. But I am totally OK with changing it to 0.0.9. Included changes: - https://github.com/zed-industries/zed/pull/15778 - https://github.com/zed-industries/zed/pull/15762 - https://github.com/zed-industries/zed/pull/15110 - https://github.com/zed-industries/zed/pull/15297 Release Notes: - N/A --------- Co-authored-by: Marshall Bowers --- Cargo.lock | 2 +- extensions/ruby/Cargo.toml | 2 +- extensions/ruby/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f7e017431e1d451f9901738750a39ecb0666907..da2eeee4adb4150fe7d1cda80cf73353ebde5a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13968,7 +13968,7 @@ dependencies = [ [[package]] name = "zed_ruby" -version = "0.0.8" +version = "0.1.0" dependencies = [ "zed_extension_api 0.0.6", ] diff --git a/extensions/ruby/Cargo.toml b/extensions/ruby/Cargo.toml index 8ff15fc7a0b188419a3d3804b736e450a7daf594..9186294feecec41973cda978bb281d4f8290f503 100644 --- a/extensions/ruby/Cargo.toml +++ b/extensions/ruby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_ruby" -version = "0.0.8" +version = "0.1.0" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/ruby/extension.toml b/extensions/ruby/extension.toml index c04fc5f30560d11eaed2cd9d57743c32595ba69f..19284fe773d4ca161defe0a56de55fbec6cd29b2 100644 --- a/extensions/ruby/extension.toml +++ b/extensions/ruby/extension.toml @@ -1,7 +1,7 @@ id = "ruby" name = "Ruby" description = "Ruby support." -version = "0.0.8" +version = "0.1.0" schema_version = 1 authors = ["Vitaly Slobodin "] repository = "https://github.com/zed-industries/zed"