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 1f7e017431..da2eeee4ad 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 8ff15fc7a0..9186294fee 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 c04fc5f305..19284fe773 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"