Skip to content

Commit 5ac3ae2

Browse files
chore: release v0.4.1
1 parent f06fed9 commit 5ac3ae2

4 files changed

Lines changed: 23 additions & 22 deletions

File tree

.changeset/kan-396-fix-tui-make-settings-config-edit-tests-sandbox-safe-for-nixpkgs.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.4.1] - 2026-05-07 ([#242](https://github.com/fulsomenko/kanban/pull/242))
2+
3+
### KAN-396 Fix Tui Make Settings Config Edit Tests Sandbox Safe For Nixpkgs (2026-05-07)
4+
5+
Fix settings_config_edit_tests failing in Nix build sandbox
6+
- 5 tests in kanban-tui called apply_config_edit without a configuration_location
7+
in the JSON, causing save() to fall back to $HOME/.config/kanban/config.toml
8+
- The Nix sandbox sets $HOME to a non-writable stub, so create_dir_all failed
9+
with Permission denied
10+
- Fix: each test now creates a TempDir and passes its path as configuration_location
11+
so save() writes to $TMPDIR (writable in sandbox) instead of $HOME/.config
12+
13+
114
## [0.4.0] - 2026-05-04 ([#208](https://github.com/fulsomenko/kanban/pull/208))
215

316
### CAT-245 Surface Command Errors To User Via Banner In Tui Handlers (2026-05-04)

Cargo.lock

Lines changed: 9 additions & 9 deletions
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
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.4.0"
16+
version = "0.4.1"
1717
edition = "2021"
1818
authors = ["Max Emil Yoon Blomstervall"]
1919
license = "Apache-2.0"

0 commit comments

Comments
 (0)