Skip to content

Commit e5185ab

Browse files
chore(main): release 0.27.0 (#208)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c15532 commit e5185ab

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.26.0"
2+
".": "0.27.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.27.0](https://github.com/windmill-labs/webmux/compare/v0.26.0...v0.27.0) (2026-04-09)
4+
5+
6+
### Features
7+
8+
* add worktree search and archive controls ([#206](https://github.com/windmill-labs/webmux/issues/206)) ([c68b8da](https://github.com/windmill-labs/webmux/commit/c68b8daf156538682339f0c51d9e419b19457103))
9+
* reuse toast component for ui feedback ([#207](https://github.com/windmill-labs/webmux/issues/207)) ([0c15532](https://github.com/windmill-labs/webmux/commit/0c15532e82d5322441fd5a8fa25675b3a1bf7392))
10+
11+
12+
### Bug Fixes
13+
14+
* add auto-name timeout fallback ([#205](https://github.com/windmill-labs/webmux/issues/205)) ([066375a](https://github.com/windmill-labs/webmux/commit/066375a274af5482b423637fa6f40009a8e8417b))
15+
316
## [0.26.0](https://github.com/windmill-labs/webmux/compare/v0.25.0...v0.26.0) (2026-04-03)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmux",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "Web dashboard for workmux — browser UI with embedded terminals, PR monitoring, and CI integration",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)