Skip to content

Commit 3de3c85

Browse files
chore(main): release 0.36.0
1 parent a7d78f7 commit 3de3c85

3 files changed

Lines changed: 16 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.35.0"
2+
".": "0.36.0"
33
}

CHANGELOG.md

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

3+
## [0.36.0](https://github.com/windmill-labs/webmux/compare/v0.35.0...v0.36.0) (2026-06-01)
4+
5+
6+
### Features
7+
8+
* improve codex web chat feedback ([#258](https://github.com/windmill-labs/webmux/issues/258)) ([8adbdef](https://github.com/windmill-labs/webmux/commit/8adbdef5019cdeccfad55f8dab51661a4af7691c))
9+
10+
11+
### Bug Fixes
12+
13+
* recognize Bun's connection-refused message in formatServerError ([a7d78f7](https://github.com/windmill-labs/webmux/commit/a7d78f7d7ea32a9b195315812681949140f3f017))
14+
* recognize Bun's connection-refused message in formatServerError ([3a67ffb](https://github.com/windmill-labs/webmux/commit/3a67ffb12ef5185a09fa4efaf7d99785e4067c48))
15+
* refine agent chat ui ([#260](https://github.com/windmill-labs/webmux/issues/260)) ([632c504](https://github.com/windmill-labs/webmux/commit/632c504ef775e5758f9f830c1611f206d4921560))
16+
317
## [0.35.0](https://github.com/windmill-labs/webmux/compare/v0.34.0...v0.35.0) (2026-05-27)
418

519

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.35.0",
3+
"version": "0.36.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)