File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.5] - 2026-03-13
9+
10+ ### Added
11+
12+ - ` /feedback ` command and ` feedback_submit ` tool for in-app user feedback (#89 )
13+ - Datamate manager — dynamic MCP server management (#99 )
14+ - Non-interactive mode for ` mcp add ` command with input validation
15+ - ` mcp remove ` command
16+ - Upstream merge with OpenCode v1.2.20
17+
18+ ### Fixed
19+
20+ - TUI crash after upstream merge (#98 )
21+ - ` GitlabAuthPlugin ` type incompatibility in plugin loader (#92 )
22+ - All test failures from fork restructure (#91 )
23+ - CI/CD workflow paths updated from ` altimate-code ` to ` opencode `
24+ - Fallback to global config when not in a git repo
25+ - PR standards workflow ` TEAM_MEMBERS ` ref corrected from ` dev ` to ` main ` (#101 )
26+
27+ ### Changed
28+
29+ - Removed self-hosted runners from public repo CI (#110 )
30+ - Migrated CI/release to ARC runners (#93 , #94 )
31+ - Reverted Windows tests to ` windows-latest ` (#95 )
32+ - Engine version bumped to 0.2.5
33+
834## [ 0.2.4] - 2026-03-04
935
1036### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " altimate-engine"
7- version = " 0.2.0 "
7+ version = " 0.2.5 "
88description = " Python engine for Altimate CLI - lineage, SQL execution, dbt integration"
99requires-python = " >=3.10"
1010dependencies = [
Original file line number Diff line number Diff line change 11"""DataPilot Engine - Python sidecar for the DataPilot CLI."""
22
3- __version__ = "0.2.0 "
3+ __version__ = "0.2.5 "
You can’t perform that action at this time.
0 commit comments