Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version upgrade to 0.8.1 #729

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Business Source License 1.1
Parameters

Licensor: Clockwork Laboratories, Inc.
Licensed Work: SpacetimeDB 0.8.0
Licensed Work: SpacetimeDB 0.8.1
The Licensed Work is
(c) 2023 Clockwork Laboratories, Inc.

Expand Down
2 changes: 1 addition & 1 deletion crates/bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-bench"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "Bench library/utility for SpacetimeDB"
Expand Down
4 changes: 2 additions & 2 deletions crates/bindings-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-bindings-macro"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "Easy support for interacting between SpacetimeDB and Rust."
Expand All @@ -11,7 +11,7 @@ proc-macro = true
bench = false

[dependencies]
spacetimedb-primitives = { path = "../primitives", version = "0.8.0" }
spacetimedb-primitives = { path = "../primitives", version = "0.8.1" }

bitflags.workspace = true
humantime.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/bindings-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-bindings-sys"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "Easy support for interacting between SpacetimeDB and Rust."
Expand All @@ -11,4 +11,4 @@ bench = false

[dependencies]
getrandom = {workspace = true, optional = true}
spacetimedb-primitives = { path = "../primitives", version = "0.8.0" }
spacetimedb-primitives = { path = "../primitives", version = "0.8.1" }
10 changes: 5 additions & 5 deletions crates/bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "Easy support for interacting between SpacetimeDB and Rust."
Expand All @@ -16,10 +16,10 @@ bench = false
getrandom = ["spacetimedb-bindings-sys/getrandom"]

[dependencies]
spacetimedb-bindings-sys = { path = "../bindings-sys", version = "0.8.0" }
spacetimedb-lib = { path = "../lib", default-features = false, version = "0.8.0"}
spacetimedb-bindings-macro = { path = "../bindings-macro", version = "0.8.0"}
spacetimedb-primitives = { path = "../primitives", version = "0.8.0" }
spacetimedb-bindings-sys = { path = "../bindings-sys", version = "0.8.1" }
spacetimedb-lib = { path = "../lib", default-features = false, version = "0.8.1"}
spacetimedb-bindings-macro = { path = "../bindings-macro", version = "0.8.1"}
spacetimedb-primitives = { path = "../primitives", version = "0.8.1" }

derive_more.workspace = true
log.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-cli"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "A command line interface for SpacetimeDB"
Expand All @@ -17,9 +17,9 @@ bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
spacetimedb-core = { path = "../core", version = "0.8.0" }
spacetimedb-lib = { path = "../lib", version = "0.8.0", features = ["cli"] }
spacetimedb-standalone = { path = "../standalone", version = "0.8.0", optional = true }
spacetimedb-core = { path = "../core", version = "0.8.1" }
spacetimedb-lib = { path = "../lib", version = "0.8.1", features = ["cli"] }
spacetimedb-standalone = { path = "../standalone", version = "0.8.1", optional = true }

anyhow.workspace = true
base64.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/src/subcommands/project/rust/Cargo._toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
spacetimedb = "0.8.0"
spacetimedb = "0.8.1"
log = "0.4"
2 changes: 1 addition & 1 deletion crates/client-api-messages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-client-api-messages"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "Types for the SpacetimeDB client API messages"
Expand Down
6 changes: 3 additions & 3 deletions crates/client-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "spacetimedb-client-api"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "The HTTP API for SpacetimeDB"

[dependencies]
spacetimedb-core = { path = "../core", version = "0.8.0" }
spacetimedb-core = { path = "../core", version = "0.8.1" }
tokio = { version = "1.2", features = ["full"] }
lazy_static = "1.4.0"
spacetimedb-lib = { path = "../lib", version = "0.8.0" }
spacetimedb-lib = { path = "../lib", version = "0.8.1" }
log = "0.4.4"
serde = "1.0.136"
serde_json = { version = "1.0", features = ["raw_value"] }
Expand Down
14 changes: 7 additions & 7 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-core"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "The core library for SpacetimeDB"
Expand All @@ -18,12 +18,12 @@ name = "odb_flavor_bench"
harness = false

[dependencies]
spacetimedb-lib = { path = "../lib", version = "0.8.0" }
spacetimedb-sats = { path = "../sats", version = "0.8.0" }
spacetimedb-vm = { path = "../vm", version = "0.8.0" }
spacetimedb-client-api-messages = { path = "../client-api-messages", version = "0.8.0" }
spacetimedb-primitives = { path = "../primitives", version = "0.8.0" }
spacetimedb-metrics = { path = "../metrics", version = "0.8.0" }
spacetimedb-lib = { path = "../lib", version = "0.8.1" }
spacetimedb-sats = { path = "../sats", version = "0.8.1" }
spacetimedb-vm = { path = "../vm", version = "0.8.1" }
spacetimedb-client-api-messages = { path = "../client-api-messages", version = "0.8.1" }
spacetimedb-primitives = { path = "../primitives", version = "0.8.1" }
spacetimedb-metrics = { path = "../metrics", version = "0.8.1" }

anyhow.workspace = true
async-trait.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/data-structures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-data-structures"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "Assorted data structures used in spacetimedb"
Expand Down
10 changes: 5 additions & 5 deletions crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-lib"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "A common library for SpacetimeDB"
Expand All @@ -21,10 +21,10 @@ cli = ["clap"]
proptest = ["dep:proptest", "dep:proptest-derive"]

[dependencies]
spacetimedb-bindings-macro = { path = "../bindings-macro", version = "0.8.0" }
spacetimedb-sats = { path = "../sats", version = "0.8.0" }
spacetimedb-primitives = { path = "../primitives", version = "0.8.0" }
spacetimedb-metrics = { path = "../metrics", version = "0.8.0" }
spacetimedb-bindings-macro = { path = "../bindings-macro", version = "0.8.1" }
spacetimedb-sats = { path = "../sats", version = "0.8.1" }
spacetimedb-primitives = { path = "../primitives", version = "0.8.1" }
spacetimedb-metrics = { path = "../metrics", version = "0.8.1" }

anyhow.workspace = true
bitflags.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-metrics"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "Prometheus utilities for SpacetimeDB"
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacetimedb-primitives"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license-file = "LICENSE"
description = "Primitives such as TableId and ColumnIndexAttribute"
Expand Down
Loading