Skip to content

Commit 72fcf8c

Browse files
authored
Merge pull request #122 from gotalab/release/v2.0.5
Release v2.0.5
2 parents 21416c5 + 59b6610 commit 72fcf8c

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
88

99
## [Unreleased]
1010

11+
## [2.0.5] - 2026-01-08
12+
13+
### Added
14+
- Add Greek (el) language support, bringing total to 13 languages ([#121](https://github.com/gotalab/cc-sdd/pull/121))
15+
1116
## [2.0.4] - 2026-01-07
1217

1318
### Fixed

docs/RELEASE_NOTES/RELEASE_NOTES_en.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ New features and improvements for cc-sdd. See [CHANGELOG.md](../../CHANGELOG.md)
66

77
## 🔬 In Development (Unreleased)
88

9-
No unreleased features at this time. The latest stable release is v2.0.4.
9+
No unreleased features at this time. The latest stable release is v2.0.5.
10+
11+
---
12+
13+
## 🌍 Ver 2.0.5 (2026-01-08) – Greek Language Support
14+
15+
### Added
16+
- Added Greek (el) language support, bringing the total to 13 supported languages.
17+
18+
### New Contributors
19+
* @tpapamichail made their first contribution in #121
20+
21+
- Resources: [CHANGELOG.md](../../CHANGELOG.md#205---2026-01-08), PR: [#121](https://github.com/gotalab/cc-sdd/pull/121)
1022

1123
---
1224

docs/RELEASE_NOTES/RELEASE_NOTES_ja.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ cc-sddの新機能・改善情報をお届けします。技術的な変更履
66

77
## 🔬 開発中 (Unreleased)
88

9-
現在、未リリースの機能はありません。最新の安定版はv2.0.4です。
9+
現在、未リリースの機能はありません。最新の安定版はv2.0.5です。
10+
11+
---
12+
13+
## 🌍 Ver 2.0.5 (2026-01-08) - ギリシャ語サポート追加
14+
15+
### 追加
16+
- ギリシャ語(el)サポートを追加し、対応言語数が13言語になりました。
17+
18+
### 新規コントリビューター
19+
* @tpapamichail#121 で初コントリビュート
20+
21+
- リソース: [CHANGELOG.md](../../CHANGELOG.md#205---2026-01-08), PR: [#121](https://github.com/gotalab/cc-sdd/pull/121)
1022

1123
---
1224

tools/cc-sdd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-sdd",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Transform your coding workflow with AI-DLC and Spec-Driven Development. One command installs 11 powerful slash commands, Project Memory, and structured development workflows for 7 AI coding agents.",
55
"keywords": [
66
"claude-code",

0 commit comments

Comments
 (0)