Skip to content

Commit fc91559

Browse files
committed
v0.16.1
1 parent f593277 commit fc91559

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.16.1] - 2025-11-27
6+
7+
### Bug Fixes
8+
9+
- *(solargraph)* Stop converting constant names to uppercase
10+
- *(ruby-lsp)* Stop converting constant names to uppercase
11+
12+
### Miscellaneous Tasks
13+
14+
- *(deps)* Update pnpm to v10.23.0 (#207)
15+
- *(deps)* Update RBS grammar to v0.2.2 (#209)
16+
517
## [0.16.0] - 2025-11-11
618

719
### 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.16.0"
3+
version = "0.16.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.16.0"
4+
version = "0.16.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)