Skip to content

Commit

Permalink
[release/candidate/v0.10.1]: Bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeke Foppa committed Jun 26, 2024
1 parent 70eaf1d commit 4089ffe
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 52 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

40 changes: 20 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,31 +77,31 @@ inherits = "release"
debug = true

[workspace.package]
version = "0.10.0"
version = "0.10.1"
edition = "2021"
# update rust-toolchain.toml too!
rust-version = "1.78.0"

[workspace.dependencies]
spacetimedb = { path = "crates/bindings", version = "0.10.0" }
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "0.10.0" }
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "0.10.0" }
spacetimedb-cli = { path = "crates/cli", version = "0.10.0" }
spacetimedb-client-api = { path = "crates/client-api", version = "0.10.0" }
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "0.10.0" }
spacetimedb-commitlog = { path = "crates/commitlog", version = "0.10.0" }
spacetimedb-core = { path = "crates/core", version = "0.10.0" }
spacetimedb-data-structures = { path = "crates/data-structures", version = "0.10.0" }
spacetimedb-durability = { path = "crates/durability", version = "0.10.0" }
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "0.10.0" }
spacetimedb-metrics = { path = "crates/metrics", version = "0.10.0" }
spacetimedb-primitives = { path = "crates/primitives", version = "0.10.0" }
spacetimedb-sats = { path = "crates/sats", version = "0.10.0" }
spacetimedb-standalone = { path = "crates/standalone", version = "0.10.0" }
spacetimedb-table = { path = "crates/table", version = "0.10.0" }
spacetimedb-vm = { path = "crates/vm", version = "0.10.0" }
spacetimedb-fs-utils = { path = "crates/fs-utils", version = "0.10.0" }
spacetimedb-snapshot = { path = "crates/snapshot", version = "0.10.0" }
spacetimedb = { path = "crates/bindings", version = "0.10.1" }
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "0.10.1" }
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "0.10.1" }
spacetimedb-cli = { path = "crates/cli", version = "0.10.1" }
spacetimedb-client-api = { path = "crates/client-api", version = "0.10.1" }
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "0.10.1" }
spacetimedb-commitlog = { path = "crates/commitlog", version = "0.10.1" }
spacetimedb-core = { path = "crates/core", version = "0.10.1" }
spacetimedb-data-structures = { path = "crates/data-structures", version = "0.10.1" }
spacetimedb-durability = { path = "crates/durability", version = "0.10.1" }
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "0.10.1" }
spacetimedb-metrics = { path = "crates/metrics", version = "0.10.1" }
spacetimedb-primitives = { path = "crates/primitives", version = "0.10.1" }
spacetimedb-sats = { path = "crates/sats", version = "0.10.1" }
spacetimedb-standalone = { path = "crates/standalone", version = "0.10.1" }
spacetimedb-table = { path = "crates/table", version = "0.10.1" }
spacetimedb-vm = { path = "crates/vm", version = "0.10.1" }
spacetimedb-fs-utils = { path = "crates/fs-utils", version = "0.10.1" }
spacetimedb-snapshot = { path = "crates/snapshot", version = "0.10.1" }

ahash = "0.8"
anyhow = "1.0.68"
Expand Down
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.10.0
Licensed Work: SpacetimeDB 0.10.1
The Licensed Work is
(c) 2023 Clockwork Laboratories, Inc.

Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/BSATN.Codegen/BSATN.Codegen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>SpacetimeDB.BSATN.Codegen</AssemblyName>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.10.1</AssemblyVersion>
<IncludeBuildOutput>false</IncludeBuildOutput>
<!--
We don't want to publish this package to NuGet to reduce maintenance cost
Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/BSATN.Runtime/BSATN.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>SpacetimeDB.BSATN.Runtime</AssemblyName>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.10.1</AssemblyVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/Codegen/Codegen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>SpacetimeDB.Codegen</AssemblyName>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.10.1</AssemblyVersion>
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/Runtime/Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>SpacetimeDB.Runtime</AssemblyName>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.10.1</AssemblyVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

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.10.0"
spacetimedb = "0.10.1"
log = "0.4"

0 comments on commit 4089ffe

Please sign in to comment.