Skip to content

Commit 8aad022

Browse files
committed
v0.13.0
1 parent 2cc2ad2 commit 8aad022

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

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

5-
## [unreleased]
5+
## [0.13.0] - 2025-07-26
66

77
### Bug Fixes
88

99
- *(ruby-lsp)* Disable `onTypeFormatting` feature (#142)
10+
- *(gemset)* Preserve env vars (#150)
11+
- *(ruby)* Expose `name` and `RUBY_TEST_NAME` captures on `test_` (#153)
1012

1113
### Refactor
1214

@@ -16,9 +18,14 @@ All notable changes to this project will be documented in this file.
1618

1719
- Add CHANGELOG.md file
1820

21+
### Performance
22+
23+
- Remove unnecessary string allocations in command output handling
24+
1925
### Miscellaneous Tasks
2026

2127
- Add conventional commits linting (#147)
28+
- Add `git-cliff` for conventional changelog (#148)
2229

2330
## [0.12.0] - 2025-07-05
2431

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