File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ 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.4.0] - 2026-03-15
9+
10+ ### Added
11+
12+ - Data-viz skill for data storytelling and visualizations (#170 )
13+ - AI Teammate training system with learn-by-example patterns (#148 )
14+
15+ ### Fixed
16+
17+ - Sidebar shows "OpenCode" instead of "Altimate Code" after upstream merge (#168 )
18+ - Prevent upstream tags from polluting origin (#165 )
19+ - Show welcome box on first CLI run, not during postinstall (#163 )
20+
21+ ### Changed
22+
23+ - Engine version bumped to 0.4.0
24+
825## [ 0.3.1] - 2026-03-15
926
1027### Fixed
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.3 .0"
7+ version = " 0.4 .0"
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.3 .0"
3+ __version__ = "0.4 .0"
You can’t perform that action at this time.
0 commit comments