Skip to content

Commit e6c9b31

Browse files
authored
Create CHANGELOG.md
1 parent d295feb commit e6c9b31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.2.0 (2025-08-19)
2+
3+
* Expose `StreamingValue` on package root
4+
* Support `to_pydantic()` for custom `StreamingValue` subclass
5+
* Support more complex type with `Atom` (e.g. `Atom[BaseModel | None]`, `Atom[list[BaseModel]]`)
6+
* Add `PydanticType` annotation for manual type specification
7+
8+
# v0.1.0 (2025-08-11)
9+
10+
Initial release

0 commit comments

Comments
 (0)