Skip to content

Commit c255c58

Browse files
committed
Bump version
1 parent e56d0c5 commit c255c58

15 files changed

+1054
-231
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.0.102 (2026-01-04)
2+
3+
### Feat
4+
5+
- Add git worktree isolation for agentic bug workflow
6+
17
## v0.0.101 (2026-01-03)
28

39
### Feat

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PDD (Prompt-Driven Development) Command Line Interface
22

3-
![PDD-CLI Version](https://img.shields.io/badge/pdd--cli-v0.0.101-blue) [![Discord](https://img.shields.io/badge/Discord-join%20chat-7289DA.svg?logo=discord&logoColor=white)](https://discord.gg/Yp4RTh8bG7)
3+
![PDD-CLI Version](https://img.shields.io/badge/pdd--cli-v0.0.102-blue) [![Discord](https://img.shields.io/badge/Discord-join%20chat-7289DA.svg?logo=discord&logoColor=white)](https://discord.gg/Yp4RTh8bG7)
44

55
## Introduction
66

@@ -285,7 +285,7 @@ export PDD_TEST_OUTPUT_PATH=/path/to/tests/
285285

286286
## Version
287287

288-
Current version: 0.0.101
288+
Current version: 0.0.102
289289

290290
To check your installed version, run:
291291
```

examples/hello/repo_root

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 86bdc8df3ce953486751946b35a635f78298d2e1
1+
Subproject commit e25f0f30cd61fecf20cdfea099e6aad53ed21f04

pdd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""PDD - Prompt Driven Development"""
22

3-
__version__ = "0.0.101"
3+
__version__ = "0.0.102"
44

55
# Strength parameter used for LLM extraction across the codebase
66
# Used in postprocessing, XML tagging, code generation, and other extraction

0 commit comments

Comments
 (0)