Skip to content

Commit 0068f0e

Browse files
committed
chore: bump version to 0.3.1
1 parent 9294c51 commit 0068f0e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55

66
---
77

8-
## [Unreleased]
8+
## [0.3.1] — 2026-06-15
99

1010
### Fixed
1111
- tmux startup sources `.env`, `.env.local`, and `.env.ecluse` with an explicit `./` prefix (`. './.env'`). zsh's POSIX `.` builtin does not search cwd unless `.` is in `$PATH`, so the previous bare `. '.env'` form silently failed on zsh (the default macOS shell), leaving services in tmux windows without the per-slot env. (#27)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ecluse"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Ephemeral local environments for coding agents — any stack."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)