Skip to content

Commit e599fa5

Browse files
committed
v0.15.0
1 parent 766cfe1 commit e599fa5

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.15.0] - 2025-11-01
6+
7+
### Features
8+
9+
- *(rdbg)* Prefer exe from gemset
10+
11+
### Performance
12+
13+
- *(gemset)* Cache env() result with OnceLock
14+
15+
### Styling
16+
17+
- Run rustfmt
18+
19+
### Testing
20+
21+
- *(bundler)* Fix args comparison in mock test
22+
23+
### Miscellaneous Tasks
24+
25+
- *(bundle)* Use generic type parameter
26+
- Replace wildcard imports with explicit types
27+
528
## [0.14.1] - 2025-10-28
629

730
### Bug Fixes

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.1"
3+
version = "0.15.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.14.1"
4+
version = "0.15.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)