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 <elliott.codes@gmail.com>
This commit is contained in:
Vitaly Slobodin 2024-08-06 15:53:02 +02:00 committed by GitHub
parent 874f0c0712
commit 889a14a2c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -13968,7 +13968,7 @@ dependencies = [
[[package]]
name = "zed_ruby"
version = "0.0.8"
version = "0.1.0"
dependencies = [
"zed_extension_api 0.0.6",
]

View File

@ -1,6 +1,6 @@
[package]
name = "zed_ruby"
version = "0.0.8"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"

View File

@ -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 <vitaliy.slobodin@gmail.com>"]
repository = "https://github.com/zed-industries/zed"