Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

## [0.16.4] - 2026-01-11

### Features

- *(gemset)* Install gems per Ruby version to avoid compat issues (#231)

### Bug Fixes

- *(ruby)* Use `string_content` capture for Ruby test name extraction (#229)

## [0.16.3] - 2026-01-09

### Bug Fixes

- *(ruby)* Convert snippets from global to language-scoped (#221)
- *(ruby)* Add more RSpec test methods (#227)

### Miscellaneous Tasks

- Remove `extensions::run_tests` workflow (#218)

## [0.16.2] - 2025-12-08

### Miscellaneous Tasks

- Add support for `ts_query_ls` language server (#211)
- Remove `commitlint` (#215)
- Remove obsolete `pnpm` lockfile (#217)

## [0.16.1] - 2025-11-27

### Bug Fixes
Expand Down