Fixup docs, bump version.

This commit is contained in:
Mahlon E. Smith 2025-07-17 16:04:12 -07:00
parent 26e3018160
commit c8da56faa8
Signed by: mahlon
SSH key fingerprint: SHA256:QqLyWlHOO+0nAIxmOo2xwdr7NcV9/plk4lhsihezvWo
9 changed files with 65 additions and 1277 deletions

View file

@ -1,5 +1,19 @@
# Release History for nim-kuzu
---
## v0.6.0 [2025-07-17] Mahlon E. Smith <mahlon@martini.nu>
Enhancement:
- Provide functions for retreiving multiple result sets from a
single primary query object.
Minutiae:
- Add a KuzuInterationError, to disambiguate iteration errors from
IndexErrors.
---
## v0.5.0 [2025-07-13] Mahlon E. Smith <mahlon@martini.nu>
@ -17,7 +31,7 @@ Bump for kuzu 0.10.0. No practical changes.
Enhancement:
- Add `toBlob` for quickly fetching a sequence of opaque bytes.
- Add `toBlob` for quickly fetching a sequence of opaque bytes.
---
@ -34,4 +48,3 @@ so update version to reflect the 0.9.0 release.
## v0.1.0 [2025-03-31] Mahlon E. Smith <mahlon@martini.nu>
Initial public release.