Skip to content

Commit f360a73

Browse files
authored
Merge pull request #20 from baskduf/release/0.5.0
chore: prepare release 0.5.0
2 parents 891235a + 65e1371 commit f360a73

7 files changed

Lines changed: 23 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ This project uses a lightweight changelog format:
99
- `Fixed` for bug fixes.
1010
- `Security` for vulnerability-related changes.
1111

12+
## 0.5.0 - 2026-06-18
13+
14+
### Added
15+
16+
- Added `codex-fable5 version` to report the installed plugin version, paths, and git checkout state.
17+
- Added `codex-fable5 update` to update a clean FableCodex checkout to the latest stable tag or an explicit ref.
18+
19+
### Changed
20+
21+
- Documented the new version and update commands across all localized READMEs.
22+
- Strengthened wrapper tests for dirty-checkout protection and prerelease tag filtering.
23+
1224
## 0.4.4 - 2026-06-18
1325

1426
### Changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex は、Codex の作業に Fable 風の運用習慣を追加する Code
4040
安定版をインストールします。
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status
219219
安定版:
220220

221221
```bash
222-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
222+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
223223
codex plugin add codex-fable5@fablecodex
224224
```
225225

README.ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex는 Codex 작업에 Fable식 운영 습관을 더하는 Codex 플러
4040
안정 버전을 설치합니다.
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status
219219
안정 버전:
220220

221221
```bash
222-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
222+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
223223
codex plugin add codex-fable5@fablecodex
224224
```
225225

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It is useful when the cost of a missed step is higher than the cost of a little
4040
Install the stable release:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status
219219
Stable release:
220220

221221
```bash
222-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
222+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
223223
codex plugin add codex-fable5@fablecodex
224224
```
225225

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex 是一个 Codex 插件,用来把 Fable 风格的工作习惯加入
4040
安装稳定版:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status
219219
稳定版:
220220

221221
```bash
222-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
222+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
223223
codex plugin add codex-fable5@fablecodex
224224
```
225225

README.zh-TW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex 是一個 Codex 外掛,會把 Fable 風格的工作習慣加入 Cod
4040
安裝穩定版:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status
219219
穩定版:
220220

221221
```bash
222-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
222+
codex plugin marketplace add baskduf/FableCodex --ref v0.5.0
223223
codex plugin add codex-fable5@fablecodex
224224
```
225225

plugins/codex-fable5/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-fable5",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "Fable-style Codex workflow with source-section coverage, goal and findings gates, verification grounding, VFF routing, and optional provider bridge guidance.",
55
"author": {
66
"name": "Codex Fable5 Maintainers"

0 commit comments

Comments
 (0)