From 3b7cc0aa94e32156397d8322cee1d2c227ef6611 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Fri, 6 Feb 2026 11:22:29 +0900 Subject: [PATCH] Release v0.7.0-alpha.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66547e2..5b6d63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [0.7.0-alpha.2] - 2026-02-06 + +### Fixed + +- GitHub Actions で `listTasks` テストが git user 未設定により失敗する問題を修正 + ## [0.7.0-alpha.1] - 2026-02-06 ### Added diff --git a/package-lock.json b/package-lock.json index fed9ee8..505dcc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "takt", - "version": "0.7.0-alpha.1", + "version": "0.7.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "takt", - "version": "0.7.0-alpha.1", + "version": "0.7.0-alpha.2", "license": "MIT", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.19", diff --git a/package.json b/package.json index 9e59a11..37081ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "takt", - "version": "0.7.0-alpha.1", + "version": "0.7.0-alpha.2", "description": "TAKT: Task Agent Koordination Tool - AI Agent Piece Orchestration", "main": "dist/index.js", "types": "dist/index.d.ts",