Version bump.

This commit is contained in:
Mahlon E. Smith 2025-07-13 13:53:20 -07:00
parent 4f441cdbe4
commit f63712306f
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Release History for nim-kuzu # Release History for nim-kuzu
---
## v0.5.0 [2025-07-13] Mahlon E. Smith <mahlon@martini.nu>
Bump for kuzu 0.11.0. No practical changes.
--- ---
## v0.4.0 [2025-05-08] Mahlon E. Smith <mahlon@martini.nu> ## v0.4.0 [2025-05-08] Mahlon E. Smith <mahlon@martini.nu>

View file

@ -1,6 +1,6 @@
# vim: set et sta sw=4 ts=4 : # vim: set et sta sw=4 ts=4 :
version = "0.4.0" version = "0.5.0"
author = "Mahlon E. Smith" author = "Mahlon E. Smith"
description = "Kuzu is an embedded graph database built for query speed and scalability." description = "Kuzu is an embedded graph database built for query speed and scalability."
license = "BSD-3-Clause" license = "BSD-3-Clause"