chore: bump version to 0.33.1

Breaking changes:
- Ephemeral → Wisp rename (JSON field, CLI flag)

Fixes:
- Lint error in mail.go (nosec for mail delegate)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-21 15:31:38 -08:00
parent 1e22cd0bc5
commit 4e8924c52f
12 changed files with 32 additions and 10 deletions
+13
View File
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.33.1] - 2025-12-21
### Changed
- **Ephemeral → Wisp rename** - Aligns with Steam Engine metaphor (wisps = ephemeral vapor)
- JSON field changed from `ephemeral` to `wisp` (breaking change for API consumers)
- CLI flag changed from `--ephemeral` to `--wisp` on `bd cleanup`
- SQLite column remains `ephemeral` (no migration needed)
### Fixed
- **Lint error in mail.go** - Added nosec directive for mail delegate exec.Command
## [0.33.0] - 2025-12-21
### Added