Skip to content

Commit c48d078

Browse files
ToyamaEijietoyamaclaude
authored
chore: bump version to 0.4.1 (#80)
Update version in pyproject.toml, plugin.json, and CHANGELOG.md to trigger Plugin marketplace update recognition. Co-authored-by: etoyama <eijitoyama@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b408f34 commit c48d078

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insight-blueprint",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Hypothesis-driven data analysis workflow and catalog MCP server",
55
"author": { "name": "Eto Yama" },
66
"repository": "https://github.com/etoyama/insight-blueprint",

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.1] - 2026-04-06
11+
1012
### Added
1113

1214
- `/batch-analysis` skill for overnight batch execution of queued analysis designs
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618
- Plugin validation CI job (`plugin-validate`)
1719
- data-lineage Python package prerequisites check
1820
- Migration guide in README
21+
- Custom marketplace for plugin distribution
1922

2023
### Changed
2124

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.4.0"
3+
version = "0.4.1"
44
description = "MCP server for data science analysis design management"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)