Skip to content

Commit ac82e29

Browse files
committed
release: v0.3.1
1 parent 8653003 commit ac82e29

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - 2026-03-15
9+
10+
### Fixed
11+
12+
- Database migration crash when upgrading from v0.2.x — backfill NULL migration names for Drizzle beta.16 compatibility (#161)
13+
- Install banner not visible during `npm install` — moved output from stdout to stderr (#161)
14+
- Verbose changelog dump removed from CLI startup (#161)
15+
- `altimate upgrade` detection broken — `method()` and `latest()` referenced upstream `opencode-ai` package names instead of `@altimateai/altimate-code` (#161)
16+
- Brew formula detection and upgrade referencing `opencode` instead of `altimate-code` (#161)
17+
- Homebrew tap updated to v0.3.0 (was stuck at 0.1.4 due to expired `HOMEBREW_TAP_TOKEN`) (#161)
18+
- `.opencode/memory/` references in docs updated to `.altimate-code/memory/` (#161)
19+
- Stale `@opencode-ai/plugin` reference in CONTRIBUTING.md (#161)
20+
21+
### Changed
22+
23+
- CI now uses path-based change detection to skip unaffected jobs (saves ~100s on non-TS changes) (#161)
24+
- Release workflow gated on test job passing (#157)
25+
- Upstream merge restricted to published GitHub releases only (#150)
26+
827
## [0.3.0] - 2026-03-15
928

1029
### Added

0 commit comments

Comments
 (0)