Skip to content

Commit f239973

Browse files
authored
v0.8.0 (#103)
- Expose `runnables` captures (#94) - Update Rust crate `zed_extension_api` to 0.5.0 (#86) - ruby: Update tasks format (#100) - ruby: Add .irbrc to language config (#101) Bumped the version to v0.8.0 due to an upgrade of the Rust crate `zed_extension_api`.
1 parent fcf72bc commit f239973

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zed_ruby"
3-
version = "0.7.3"
3+
version = "0.8.0"
44
edition = "2021"
55
publish = false
66
license = "Apache-2.0"

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "ruby"
22
name = "Ruby"
33
description = "Ruby support."
4-
version = "0.7.3"
4+
version = "0.8.0"
55
schema_version = 1
66
authors = ["Vitaly Slobodin <vitaliy.slobodin@gmail.com>"]
77
repository = "https://github.com/zed-extensions/ruby"

0 commit comments

Comments
 (0)