version number

main
Ziyang Hu 10 months ago
parent 4a14c98e1a
commit d6df6a4d09

@ -1 +1 @@
0.7.5
0.7.6

@ -1,6 +1,6 @@
[package]
name = "cozo-bin"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
license = "MPL-2.0"
description = "Standalone Cozo database"
@ -42,7 +42,7 @@ storage-tikv = ["cozo/storage-tikv"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cozo = { version = "0.7.5", path = "../cozo-core", default-features = false }
cozo = { version = "0.7.6", path = "../cozo-core", default-features = false }
clap = { version = "4.0.26", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.17"

@ -1,6 +1,6 @@
[package]
name = "cozo"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
description = "A general-purpose, transactional, relational database that uses Datalog and focuses on graph data and algorithms"
authors = ["Ziyang Hu"]

@ -1,6 +1,6 @@
[package]
name = "cozo_c"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
license = "MPL-2.0"
homepage = "https://www.cozodb.org"
@ -38,7 +38,7 @@ io-uring = ["cozo/io-uring"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cozo = { version = "0.7.5", path = "../cozo-core", default_features = false }
cozo = { version = "0.7.6", path = "../cozo-core", default_features = false }
lazy_static = "1.4.0"
[build-dependencies]

@ -1,6 +1,6 @@
[package]
name = "cozo_java"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
license = "MPL-2.0"
homepage = "https://www.cozodb.org"
@ -40,5 +40,5 @@ io-uring = ["cozo/io-uring"]
[dependencies]
jni = "0.21.0"
# , features = ["compact"]
cozo = { version = "0.7.5", path = "../cozo-core", default_features = false, features = ["compact"] }
cozo = { version = "0.7.6", path = "../cozo-core", default_features = false, features = ["compact"] }
lazy_static = "1.4.0"

@ -1,6 +1,6 @@
[package]
name = "cozo-node"
version = "0.7.5"
version = "0.7.6"
description = "Cozo database for NodeJS"
authors = ["Ziyang Hu"]
license = "MPL-2.0"
@ -40,7 +40,7 @@ io-uring = ["cozo/io-uring"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cozo = { version = "0.7.5", path = "../cozo-core", default-features = false }
cozo = { version = "0.7.6", path = "../cozo-core", default-features = false }
lazy_static = "1.4.0"
crossbeam = "0.8.2"
miette = "5.5.0"

@ -1,6 +1,6 @@
{
"name": "cozo-node",
"version": "0.7.5",
"version": "0.7.6",
"description": "Cozo database for NodeJS",
"main": "index",
"types": "index.d.ts",

@ -1,6 +1,6 @@
[package]
name = "cozo_py"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
description = "Cozo database for python"
authors = ["Ziyang Hu"]
@ -41,7 +41,7 @@ io-uring = ["cozo/io-uring"]
[dependencies]
cozo = { version = "0.7.5", path = "../cozo-core", default-features = false }
cozo = { version = "0.7.6", path = "../cozo-core", default-features = false }
pyo3 = { version = "0.20.0", features = ["extension-module", "abi3", "abi3-py37"] }
miette = "5.5.0"
serde_json = "1.0.96"

@ -1,6 +1,6 @@
[package]
name = "cozo-swift"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
description = "Cozo database for Swift"
authors = ["Ziyang Hu"]
@ -40,5 +40,5 @@ io-uring = ["cozo/io-uring"]
swift-bridge-build = "0.1.41"
[dependencies]
cozo = { version = "0.7.5", path = "../cozo-core", default-features = false }
cozo = { version = "0.7.6", path = "../cozo-core", default-features = false }
swift-bridge = "0.1.41"

@ -1,12 +1,12 @@
Pod::Spec.new do |spec|
spec.name = "CozoSwiftBridge"
spec.version = "0.7.5"
spec.version = "0.7.6"
spec.summary = "CozoDB for Swift"
spec.description = "This library allows you to use CozoDB embedded in your Swift application"
spec.homepage = "https://github.com/cozodb/cozo/"
spec.license = "MPL-2.0"
spec.author = { "Ziyang Hu" => "hu.ziyang@cantab.net" }
spec.source = { :http => "https://github.com/cozodb/cozo/releases/download/v0.7.5/CozoSwiftBridge-0.7.5.tgz" }
spec.source = { :http => "https://github.com/cozodb/cozo/releases/download/v0.7.6/CozoSwiftBridge-0.7.6.tgz" }
spec.source_files = "Sources/CozoSwiftBridge/*"
spec.vendored_frameworks = "RustXcframework.xcframework"
spec.requires_arc = true

@ -1,6 +1,6 @@
[package]
name = "cozo-lib-wasm"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
description = "Cozo database for WASM"
authors = ["Ziyang Hu"]
@ -17,7 +17,7 @@ default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2.63"
cozo = { version = "0.7.5", path = "../cozo-core", default-features = false, features = ["wasm"] }
cozo = { version = "0.7.6", path = "../cozo-core", default-features = false, features = ["wasm"] }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires

Loading…
Cancel
Save