Skip to content

Commit c448e08

Browse files
committed
v0.16.0
1 parent 89fd90a commit c448e08

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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.0] - 2025-11-11
6+
7+
### Features
8+
9+
- Add support for `zed-comment` (#203)
10+
- Add `zed-comment` support for all `ERB` languages (#205)
11+
- Add RBS Inline syntax highlighting support (#206)
12+
13+
### Miscellaneous Tasks
14+
15+
- *(deps)* Update pnpm to v10.20.0 (#201)
16+
517
## [0.15.0] - 2025-11-01
618

719
### Features

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.15.0"
3+
version = "0.16.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.15.0"
4+
version = "0.16.0"
55
schema_version = 1
66
authors = ["Vitaly Slobodin <[email protected]>"]
77
repository = "https://github.com/zed-extensions/ruby"

0 commit comments

Comments
 (0)