Skip to content

Commit 71f0de1

Browse files
committed
[bfops/bump-version]: Bump versions to 2.4.1
1 parent cb92b6f commit 71f0de1

11 files changed

Lines changed: 189 additions & 189 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -109,45 +109,45 @@ inherits = "release"
109109
debug = true
110110

111111
[workspace.package]
112-
version = "2.4.0"
112+
version = "2.4.1"
113113
edition = "2024"
114114
# update rust-toolchain.toml too!
115115
rust-version = "1.93.0"
116116

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

152152
# Prevent `ahash` from pulling in `getrandom` by disabling default features.
153153
# 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.4.0
8+
Licensed Work: SpacetimeDB 2.4.1
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-06-01
24+
Change Date: 2031-06-03
2525

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

crates/bindings-typescript/case-conversion-test-client/src/module_bindings/index.ts

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

crates/bindings-typescript/case-conversion-test-client/src/module_bindings/person_2_table.ts

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

crates/bindings-typescript/case-conversion-test-client/src/module_bindings/person_at_level_2_table.ts

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

crates/bindings-typescript/case-conversion-test-client/src/module_bindings/player_1_table.ts

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

crates/codegen/tests/snapshots/codegen__codegen_typescript.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const proceduresSchema = __procedures(
289289
/** The remote SpacetimeDB module schema, both runtime and type information. */
290290
const REMOTE_MODULE = {
291291
versionInfo: {
292-
cliVersion: "2.4.0" as const,
292+
cliVersion: "2.4.1" as const,
293293
},
294294
tables: tablesSchema.schemaType.tables,
295295
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.

licenses/BSL.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.4.0
8+
Licensed Work: SpacetimeDB 2.4.1
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-06-01
24+
Change Date: 2031-06-03
2525

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

0 commit comments

Comments
 (0)