Bump for 0.10.0 kuzu release.
FossilOrigin-Name: b674c818a19410ec687b55b08481fd5b93819bf318acb57774f65efa8b5fbb42
This commit is contained in:
parent
b0cdb4cfa2
commit
b8cc098ddb
4 changed files with 5 additions and 4 deletions
1
USAGE.md
1
USAGE.md
|
|
@ -33,6 +33,7 @@ versions might work. Don't count too heavily on it. :-)
|
||||||
| -------------------- | ------------------------ |
|
| -------------------- | ------------------------ |
|
||||||
| v0.8.2 | v0.1.0 |
|
| v0.8.2 | v0.1.0 |
|
||||||
| v0.9.0 | v0.2.0 |
|
| v0.9.0 | v0.2.0 |
|
||||||
|
| v0.10.0 | v0.4.0 |
|
||||||
|
|
||||||
You can use the `kuzuVersionCompatible()` function (along with the
|
You can use the `kuzuVersionCompatible()` function (along with the
|
||||||
`kuzuGetVersion()` and the `KUZU_VERSION` constant) to quickly check if things
|
`kuzuGetVersion()` and the `KUZU_VERSION` constant) to quickly check if things
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ when defined( futharkWrap ):
|
||||||
import futhark, os
|
import futhark, os
|
||||||
|
|
||||||
importc:
|
importc:
|
||||||
outputPath currentSourcePath.parentDir / "kuzu" / "0.9.0.nim"
|
outputPath currentSourcePath.parentDir / "kuzu" / "0.10.0.nim"
|
||||||
"kuzu.h"
|
"kuzu.h"
|
||||||
else:
|
else:
|
||||||
include "kuzu/0.9.0.nim"
|
include "kuzu/0.10.0.nim"
|
||||||
|
|
||||||
import
|
import
|
||||||
std/strformat,
|
std/strformat,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# vim: set et sta sw=4 ts=4 :
|
# vim: set et sta sw=4 ts=4 :
|
||||||
|
|
||||||
const KUZU_VERSION* = "0.3.0"
|
const KUZU_VERSION* = "0.4.0"
|
||||||
const KUZU_EXPECTED_LIBVERSION* = "0.9.0"
|
const KUZU_EXPECTED_LIBVERSION* = "0.10.0"
|
||||||
const BLOB_MAXSIZE = 4096
|
const BLOB_MAXSIZE = 4096
|
||||||
|
|
||||||
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()
|
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue