Skip to content

Commit 2c30c3a

Browse files
committed
chore(release): update changelog and version to 0.2.2 with performance improvements and version bump
1 parent 01934d2 commit 2c30c3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
88

99
Nothing yet.
1010

11+
## [0.2.2] - 2025-01-09
12+
### Changed
13+
- Records are now written to JSONL file immediately as they complete in parallel mode, rather than waiting for all generation to finish
14+
- Improved memory efficiency by removing records from buffer after writing to disk
15+
1116
## [0.2.1] - 2025-01-09
1217
### Fixed
1318
- Fixed integration tests to work with refactored module structure

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ toolsgen = ["prompts/*.txt"]
1313

1414
[project]
1515
name = "toolsgen"
16-
version = "0.2.1"
16+
version = "0.2.2"
1717
description = "Generate tool-calling datasets from OpenAI-compatible tool specs"
1818
readme = "README.md"
1919
requires-python = ">=3.9"

0 commit comments

Comments
 (0)