Skip to content

Commit 499f14b

Browse files
committed
release: v0.4.0
1 parent b541b87 commit 499f14b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

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.3.0"
7+
version = "0.4.0"
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.3.0"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)