Skip to content

Commit 4780fd1

Browse files
jpicklykclaude
andcommitted
chore: mark version as alpha pre-release (1.1.0-alpha-01)
Changed version qualifier to "alpha-01" to indicate this is a pre-release version on the feature branch. The version will be finalized to 1.1.0 when merged to main. Full version: 1.1.0.138-alpha-01 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b4e8479 commit 4780fd1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.0] - 2025-10-08
8+
## [Unreleased]
9+
10+
## [1.1.0-alpha-01] - 2025-10-08
911

1012
### Added
1113
- Output schemas for all 6 Task Management tools (create_task, get_task, update_task, delete_task, search_tasks, get_overview)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val patchVersion = "0"
1111

1212
// Define release qualifier (empty for stable releases)
1313
// Examples: "", "alpha-01", "beta-02", "rc-01"
14-
val qualifier = ""
14+
val qualifier = "alpha-01"
1515

1616

1717
// Calculate build number from Git

0 commit comments

Comments
 (0)