Skip to content

Commit de659cf

Browse files
committed
release: v0.2.5
- Bump engine version to 0.2.5 - Update CHANGELOG.md with v0.2.5 release notes
1 parent 380530d commit de659cf

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.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

packages/altimate-engine/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "altimate-engine"
7-
version = "0.2.0"
7+
version = "0.2.5"
88
description = "Python engine for Altimate CLI - lineage, SQL execution, dbt integration"
99
requires-python = ">=3.10"
1010
dependencies = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""DataPilot Engine - Python sidecar for the DataPilot CLI."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.5"

0 commit comments

Comments
 (0)