Skip to content

Commit abca220

Browse files
committed
Release 0.1.3
1 parent eeab156 commit abca220

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
---
2222

23+
## [0.1.3] - 2025-01-XX
24+
25+
### Fixed
26+
- **Critical Bug Fix**: Fixed duplicate code generation issue where natural language requests triggered code generation twice, causing unnecessary LLM API calls, high CPU usage, and duplicate code blocks in output
27+
- Removed duplicate code block in natural language processing path that was calling `_process_input()` twice for the same user input
28+
29+
---
30+
2331
## [0.1.2] - 2025-01-XX
2432

2533
### Added

dspy_code/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
through natural language interactions.
66
"""
77

8-
__version__ = "0.1.2"
9-
__author__ = "DSPy Code Team"
8+
__version__ = "0.1.3"
9+
__author__ = "Super Agentic AI"

pyproject.toml

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

55
[project]
66
name = "dspy-code"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Claude Code for DSPy: AI-powered interactive development environment for DSPy"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)