Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.1](https://github.com/dbgeek/type-wave/compare/v0.4.0...v0.4.1) (2026-07-29)


### Features

* **menu:** the Vocabulary dialog copy tracks keywords capability ([#333](https://github.com/dbgeek/type-wave/issues/333)) ([#335](https://github.com/dbgeek/type-wave/issues/335)) ([dbf7a48](https://github.com/dbgeek/type-wave/commit/dbf7a4817f4367248f6f5b767bc2c357462ef5cb))
* **menu:** the Vocabulary suffix tracks keywords capability ([#328](https://github.com/dbgeek/type-wave/issues/328)) ([#334](https://github.com/dbgeek/type-wave/issues/334)) ([adc06f6](https://github.com/dbgeek/type-wave/commit/adc06f60f6be926f321ce61f2c63aec1f4c943a1))
* **session:** vocabulary biases OpenAI transcription at connect ([#326](https://github.com/dbgeek/type-wave/issues/326)) ([#330](https://github.com/dbgeek/type-wave/issues/330)) ([debac9b](https://github.com/dbgeek/type-wave/commit/debac9b8c2ce1929083380533c68a98004231e51))
* **session:** vocabulary edits re-bind the warm session (rebias push) ([#327](https://github.com/dbgeek/type-wave/issues/327)) ([#332](https://github.com/dbgeek/type-wave/issues/332)) ([349560b](https://github.com/dbgeek/type-wave/commit/349560bb9d337264731d9a6943b502a60c5ea6cc))

## [0.4.0](https://github.com/dbgeek/type-wave/compare/v0.3.5...v0.4.0) (2026-07-29)


Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = .type_wave,
.version = "0.4.0", // x-release-please-version
.version = "0.4.1", // x-release-please-version
.fingerprint = 0xd0b68818c78be1d,
// Floor guard (docs/toolchain.md): fail loudly if built with a Zig older than
// the flake-locked nightly. NOT a ceiling — forward drift is caught by flake.lock.
Expand Down
Loading