Skip to content

Commit 7a8810e

Browse files
actions-userclaude
andcommitted
chore: bump version to 0.2.15 after successful release
Release completed successfully: - GitHub Release: https://github.com/MakerCorn/raft-toolkit/releases/tag/v0.2.15 - CLI Docker: ghcr.io/makercorn/raft-toolkit:cli-v0.2.15 - Web Docker: ghcr.io/makercorn/raft-toolkit:web-v0.2.15 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent b715e86 commit 7a8810e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 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.2.15] - 2025-06-21
11+
1012
### Added
1113
- **Combined Release Process**: New unified release workflow that coordinates both CLI and Web components
1214
- Single command to release both components: `./scripts/create_combined_release.sh <version>`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "raft-toolkit"
7-
version = "0.2.2"
7+
version = "0.2.15"
88
description = "RAFT (Retrieval Augmented Fine Tuning) toolkit for generating synthetic Q&A datasets"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)