Skip to content

Commit e4c70e6

Browse files
chore: bump to v0.1.2 for bugfix release
1 parent 658a3ac commit e4c70e6

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.1.2 (2026-06-04)
4+
5+
- Fix: escape `"` inside quoted strings in `encode_generic`
6+
- Fix: quote empty strings as `""` per spec
7+
38
## v0.1.1 (2026-06-03)
49

510
- `encode_generic`: encode arbitrary Python values into GCF tabular format

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 = "gcf-python"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Python implementation of GCF (Graph Compact Format): token-optimized wire format for LLM tool responses"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/gcf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
"encode_with_session",
6060
]
6161

62-
__version__ = "0.1.1"
62+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)