Skip to content

Commit 4a80173

Browse files
chore(main): release 0.10.0 (#88)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd4fbed commit 4a80173

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.9.0"
2+
".": "0.10.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.10.0](https://github.com/windmill-labs/webmux/compare/v0.9.0...v0.10.0) (2026-03-10)
4+
5+
6+
### Features
7+
8+
* change default worktree root from __worktrees to ../worktrees ([dd4fbed](https://github.com/windmill-labs/webmux/commit/dd4fbed4bbb0daa4d30a6a302fe845ff8b36dcb3))
9+
* inject .env.local into worktree runtime environment ([#86](https://github.com/windmill-labs/webmux/issues/86)) ([4d25f95](https://github.com/windmill-labs/webmux/commit/4d25f95d98fd6cc3d12ab525f733c8e87ee459c4))
10+
11+
12+
### Bug Fixes
13+
14+
* probe both IPv4 and IPv6 in service port health check ([#87](https://github.com/windmill-labs/webmux/issues/87)) ([62eb812](https://github.com/windmill-labs/webmux/commit/62eb812d3d6b45be96fe5ac4b8b6f845e8551d5c))
15+
316
## [0.9.0](https://github.com/windmill-labs/webmux/compare/v0.8.0...v0.9.0) (2026-03-10)
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.9.0",
3+
"version": "0.10.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)