Skip to content

Commit

Permalink
ruby: Bump to v0.0.4 (#12101)
Browse files Browse the repository at this point in the history
This PR bumps the Ruby extension to v0.0.4.
    
Changes:

- #11869
- #12012
- #12052
    
Release Notes:

- N/A
  • Loading branch information
vitallium authored May 21, 2024
1 parent 99570f9 commit 71a94c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/ruby/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zed_ruby"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
publish = false
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion extensions/ruby/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id = "ruby"
name = "Ruby"
description = "Ruby support."
version = "0.0.3"
version = "0.0.4"
schema_version = 1
authors = ["Vitaly Slobodin <[email protected]>"]
repository = "https://github.com/zed-industries/zed"
Expand Down

0 comments on commit 71a94c7

Please sign in to comment.