Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 186 Bytes

CHANGELOG.md

File metadata and controls

9 lines (5 loc) · 186 Bytes

0.35.0 (2024-09-17)

Feat

  • Add Injected[T] annotation as a shorthand for Annotated[T, Inject] by @nrbnlulu

Tests

  • Add test for strawberry.subscription by @nrbnlulu