TMDucken 0.8.1-11
Clojure bindings for duckdb.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecade5..776d466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.8.1-12 + * Two insert issues fixed and uuid support. + ## 0.8.1-11 * Optimization for very large (> 128 chars) strings. diff --git a/deps.edn b/deps.edn index 258021f..073c839 100644 --- a/deps.edn +++ b/deps.edn @@ -24,7 +24,7 @@ :exec-fn codox.main/-main :exec-args {:group-id "com.techascent" :artifact-id "tmducken" - :version "0.8.1-12-SNAPSHOT" + :version "0.8.1-12" :name "TMDucken" :description "Clojure bindings for duckdb" :metadata {:doc/format :markdown} diff --git a/docs/index.html b/docs/index.html index 75c1a59..ad1ca53 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,8 +1,8 @@ -
Clojure bindings for duckdb.
Clojure bindings for duckdb.