Skip to content

Commit ae83b03

Browse files
etoyamaclaude
andcommitted
chore: bump version to 0.2.0 and update CHANGELOG
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 149b337 commit ae83b03

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2026-03-11
11+
12+
### Added
13+
14+
- Analysis Framing skill for structuring analysis scope and approach
15+
- Unified 6-skill chaining: analysis-design → analysis-framing → analysis-journal → analysis-reflection → catalog-register → data-lineage
16+
- `--version` flag for CLI version display
17+
18+
### Changed
19+
20+
- Upgraded shadcn from 4.0.0 to 4.0.2
21+
- Restructured README to prioritize user experience
22+
23+
### CI
24+
25+
- Added Dependabot auto-merge for patch updates
26+
1027
## [0.1.0] - 2026-03-10
1128

1229
### Added
@@ -22,5 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2239
- YAML direct edit resilience (extra field preservation + corrupt file isolation)
2340
- SQLite FTS5 full-text search index
2441

25-
[unreleased]: https://github.com/etoyama/insight-blueprint/compare/v0.1.0...HEAD
42+
[unreleased]: https://github.com/etoyama/insight-blueprint/compare/v0.2.0...HEAD
43+
[0.2.0]: https://github.com/etoyama/insight-blueprint/compare/v0.1.0...v0.2.0
2644
[0.1.0]: https://github.com/etoyama/insight-blueprint/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "insight-blueprint"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "MCP server for data science analysis design management"
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)