Skip to content

Commit 7c7af99

Browse files
committed
v0.14.1
1 parent bd411a6 commit 7c7af99

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.14.1] - 2025-10-28
6+
7+
### Bug Fixes
8+
9+
- *(rdbg)* Remove `rdbg` subdirectory from debugger path (#197)
10+
- Improve completion highlights (#200)
11+
12+
### Miscellaneous Tasks
13+
14+
- Update changelog
15+
- *(deps)* Update pnpm to v10.18.2 (#190)
16+
- *(deps)* Update rust crate serde to v1.0.228
17+
- *(deps)* Update rust crate regex to v1.12.2 (#193)
18+
- *(deps)* Update pnpm to v10.19.0 (#192)
19+
- *(deps)* Update rust crate serde_json to v1.0.145 (#182)
20+
- *(ruby)* Prefix tree-sitter captures with underscore (#198)
21+
522
## [0.14.0] - 2025-10-10
623

724
### Features

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.14.0"
3+
version = "0.14.1"
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.14.0"
4+
version = "0.14.1"
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)