Skip to content

Commit 354dd45

Browse files
jdetterbfops
andauthored
Version bump 2.0.4 (#4600)
# Description of Changes <!-- Please describe your change, mention any related tickets, and so on here. --> - Bumps version to 2.0.4 # API and ABI breaking changes None - this is just a version bump <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> # Expected complexity level and risk 1 - this is just a version bump <!-- How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change. This complexity rating applies not only to the complexity apparent in the diff, but also to its interactions with existing and future code. If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways. --> # Testing <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! --> - [x] License file has been updated with correct version + time --------- Signed-off-by: John Detter <4099508+jdetter@users.noreply.github.com> Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
1 parent c665f39 commit 354dd45

14 files changed

Lines changed: 186 additions & 187 deletions

File tree

Cargo.lock

Lines changed: 129 additions & 129 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -106,46 +106,46 @@ inherits = "release"
106106
debug = true
107107

108108
[workspace.package]
109-
version = "2.0.3"
109+
version = "2.0.4"
110110
edition = "2024"
111111
# update rust-toolchain.toml too!
112112
rust-version = "1.93.0"
113113

114114
[workspace.dependencies]
115-
spacetimedb = { path = "crates/bindings", version = "=2.0.3" }
116-
spacetimedb-auth = { path = "crates/auth", version = "=2.0.3" }
117-
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "=2.0.3" }
118-
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "=2.0.3" }
119-
spacetimedb-cli = { path = "crates/cli", version = "=2.0.3" }
120-
spacetimedb-client-api = { path = "crates/client-api", version = "=2.0.3" }
121-
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "=2.0.3" }
122-
spacetimedb-codegen = { path = "crates/codegen", version = "=2.0.3" }
123-
spacetimedb-commitlog = { path = "crates/commitlog", version = "=2.0.3" }
124-
spacetimedb-core = { path = "crates/core", version = "=2.0.3" }
125-
spacetimedb-data-structures = { path = "crates/data-structures", version = "=2.0.3" }
126-
spacetimedb-datastore = { path = "crates/datastore", version = "=2.0.3" }
127-
spacetimedb-durability = { path = "crates/durability", version = "=2.0.3" }
128-
spacetimedb-execution = { path = "crates/execution", version = "=2.0.3" }
129-
spacetimedb-expr = { path = "crates/expr", version = "=2.0.3" }
130-
spacetimedb-guard = { path = "crates/guard", version = "=2.0.3" }
131-
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "=2.0.3" }
132-
spacetimedb-memory-usage = { path = "crates/memory-usage", version = "=2.0.3", default-features = false }
133-
spacetimedb-metrics = { path = "crates/metrics", version = "=2.0.3" }
134-
spacetimedb-paths = { path = "crates/paths", version = "=2.0.3" }
135-
spacetimedb-pg = { path = "crates/pg", version = "=2.0.3" }
136-
spacetimedb-physical-plan = { path = "crates/physical-plan", version = "=2.0.3" }
137-
spacetimedb-primitives = { path = "crates/primitives", version = "=2.0.3" }
138-
spacetimedb-query = { path = "crates/query", version = "=2.0.3" }
139-
spacetimedb-sats = { path = "crates/sats", version = "=2.0.3" }
140-
spacetimedb-schema = { path = "crates/schema", version = "=2.0.3" }
141-
spacetimedb-standalone = { path = "crates/standalone", version = "=2.0.3" }
142-
spacetimedb-sql-parser = { path = "crates/sql-parser", version = "=2.0.3" }
143-
spacetimedb-table = { path = "crates/table", version = "=2.0.3" }
144-
spacetimedb-vm = { path = "crates/vm", version = "=2.0.3" }
145-
spacetimedb-fs-utils = { path = "crates/fs-utils", version = "=2.0.3" }
146-
spacetimedb-snapshot = { path = "crates/snapshot", version = "=2.0.3" }
147-
spacetimedb-subscription = { path = "crates/subscription", version = "=2.0.3" }
148-
spacetimedb-query-builder = { path = "crates/query-builder", version = "=2.0.3" }
115+
spacetimedb = { path = "crates/bindings", version = "=2.0.4" }
116+
spacetimedb-auth = { path = "crates/auth", version = "=2.0.4" }
117+
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "=2.0.4" }
118+
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "=2.0.4" }
119+
spacetimedb-cli = { path = "crates/cli", version = "=2.0.4" }
120+
spacetimedb-client-api = { path = "crates/client-api", version = "=2.0.4" }
121+
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "=2.0.4" }
122+
spacetimedb-codegen = { path = "crates/codegen", version = "=2.0.4" }
123+
spacetimedb-commitlog = { path = "crates/commitlog", version = "=2.0.4" }
124+
spacetimedb-core = { path = "crates/core", version = "=2.0.4" }
125+
spacetimedb-data-structures = { path = "crates/data-structures", version = "=2.0.4" }
126+
spacetimedb-datastore = { path = "crates/datastore", version = "=2.0.4" }
127+
spacetimedb-durability = { path = "crates/durability", version = "=2.0.4" }
128+
spacetimedb-execution = { path = "crates/execution", version = "=2.0.4" }
129+
spacetimedb-expr = { path = "crates/expr", version = "=2.0.4" }
130+
spacetimedb-guard = { path = "crates/guard", version = "=2.0.4" }
131+
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "=2.0.4" }
132+
spacetimedb-memory-usage = { path = "crates/memory-usage", version = "=2.0.4", default-features = false }
133+
spacetimedb-metrics = { path = "crates/metrics", version = "=2.0.4" }
134+
spacetimedb-paths = { path = "crates/paths", version = "=2.0.4" }
135+
spacetimedb-pg = { path = "crates/pg", version = "=2.0.4" }
136+
spacetimedb-physical-plan = { path = "crates/physical-plan", version = "=2.0.4" }
137+
spacetimedb-primitives = { path = "crates/primitives", version = "=2.0.4" }
138+
spacetimedb-query = { path = "crates/query", version = "=2.0.4" }
139+
spacetimedb-sats = { path = "crates/sats", version = "=2.0.4" }
140+
spacetimedb-schema = { path = "crates/schema", version = "=2.0.4" }
141+
spacetimedb-standalone = { path = "crates/standalone", version = "=2.0.4" }
142+
spacetimedb-sql-parser = { path = "crates/sql-parser", version = "=2.0.4" }
143+
spacetimedb-table = { path = "crates/table", version = "=2.0.4" }
144+
spacetimedb-vm = { path = "crates/vm", version = "=2.0.4" }
145+
spacetimedb-fs-utils = { path = "crates/fs-utils", version = "=2.0.4" }
146+
spacetimedb-snapshot = { path = "crates/snapshot", version = "=2.0.4" }
147+
spacetimedb-subscription = { path = "crates/subscription", version = "=2.0.4" }
148+
spacetimedb-query-builder = { path = "crates/query-builder", version = "=2.0.4" }
149149

150150
# Prevent `ahash` from pulling in `getrandom` by disabling default features.
151151
# Modules use `getrandom02` and we need to prevent an incompatible version

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Business Source License 1.1
55
Parameters
66

77
Licensor: Clockwork Laboratories, Inc.
8-
Licensed Work: SpacetimeDB 2.0.3
8+
Licensed Work: SpacetimeDB 2.0.4
99
The Licensed Work is
1010
(c) 2023 Clockwork Laboratories, Inc.
1111

@@ -21,7 +21,7 @@ Additional Use Grant: You may make use of the Licensed Work provided your
2121
Licensed Work by creating tables whose schemas are
2222
controlled by such third parties.
2323

24-
Change Date: 2031-02-27
24+
Change Date: 2031-03-10
2525

2626
Change License: GNU Affero General Public License v3.0 with a linking
2727
exception

crates/bindings-csharp/BSATN.Codegen/BSATN.Codegen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<AssemblyName>SpacetimeDB.BSATN.Codegen</AssemblyName>
5-
<Version>2.0.3</Version>
5+
<Version>2.0.4</Version>
66
<Title>SpacetimeDB BSATN Codegen</Title>
77
<Description>The SpacetimeDB BSATN Codegen implements the Roslyn incremental generators for BSATN serialization/deserialization in C#.</Description>
88
</PropertyGroup>

crates/bindings-csharp/BSATN.Runtime/BSATN.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>SpacetimeDB.BSATN.Runtime</AssemblyName>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<Title>SpacetimeDB BSATN Runtime</Title>
66
<Description>The SpacetimeDB BSATN Runtime implements APIs for BSATN serialization/deserialization in C#.</Description>
77
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>

crates/bindings-csharp/Codegen/Codegen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>SpacetimeDB.Codegen</AssemblyName>
4-
<Version>2.0.3</Version>
4+
<Version>2.0.4</Version>
55
<Title>SpacetimeDB Module Codegen</Title>
66
<Description>The SpacetimeDB Codegen implements the Roslyn incremental generators for writing SpacetimeDB modules in C#.</Description>
77
</PropertyGroup>

crates/bindings-csharp/Runtime/Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<AssemblyName>SpacetimeDB.Runtime</AssemblyName>
5-
<Version>2.0.3</Version>
5+
<Version>2.0.4</Version>
66
<Title>SpacetimeDB Module Runtime</Title>
77
<Description>The SpacetimeDB Runtime implements the database runtime bindings for writing SpacetimeDB modules in C#.</Description>
88
</PropertyGroup>

crates/bindings-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spacetimedb",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "API and ABI bindings for the SpacetimeDB TypeScript module library",
55
"homepage": "https://github.com/clockworklabs/SpacetimeDB#readme",
66
"bugs": {

crates/codegen/tests/snapshots/codegen__codegen_typescript.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
source: crates/codegen/tests/codegen.rs
3-
assertion_line: 37
43
expression: outfiles
54
---
65
"add_player_reducer.ts" = '''
@@ -290,7 +289,7 @@ const proceduresSchema = __procedures(
290289
/** The remote SpacetimeDB module schema, both runtime and type information. */
291290
const REMOTE_MODULE = {
292291
versionInfo: {
293-
cliVersion: "2.0.3" as const,
292+
cliVersion: "2.0.4" as const,
294293
},
295294
tables: tablesSchema.schemaType.tables,
296295
reducers: reducersSchema.reducersType.reducers,

crates/smoketests/modules/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)