diff --git a/History.md b/History.md index 1735c0b..4ebac35 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,11 @@ # Release History for nim-kuzu +--- +## v0.5.0 [2025-07-13] Mahlon E. Smith + +Bump for kuzu 0.11.0. No practical changes. + + --- ## v0.4.0 [2025-05-08] Mahlon E. Smith diff --git a/kuzu.nimble b/kuzu.nimble index eaa773e..33de5ee 100644 --- a/kuzu.nimble +++ b/kuzu.nimble @@ -1,6 +1,6 @@ # vim: set et sta sw=4 ts=4 : -version = "0.4.0" +version = "0.5.0" author = "Mahlon E. Smith" description = "Kuzu is an embedded graph database built for query speed and scalability." license = "BSD-3-Clause"