Skip to content

Commit 8ab3ef4

Browse files
authored
Version bump to 1.11.2 (#3977)
# Description of Changes <!-- Please describe your change, mention any related tickets, and so on here. --> - Version upgrade to `1.11.2` # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> - None, this is just a version bump # Expected complexity level and risk 1 - no real changes here <!-- 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 - NA this is just a version bump, no functionality change here.
1 parent 82d5a4f commit 8ab3ef4

File tree

13 files changed

+170
-170
lines changed

13 files changed

+170
-170
lines changed

Cargo.lock

Lines changed: 122 additions & 122 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
@@ -99,45 +99,45 @@ inherits = "release"
9999
debug = true
100100

101101
[workspace.package]
102-
version = "1.11.1"
102+
version = "1.11.2"
103103
edition = "2021"
104104
# update rust-toolchain.toml too!
105105
rust-version = "1.90.0"
106106

107107
[workspace.dependencies]
108-
spacetimedb = { path = "crates/bindings", version = "=1.11.1" }
109-
spacetimedb-auth = { path = "crates/auth", version = "=1.11.1" }
110-
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "=1.11.1" }
111-
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "=1.11.1" }
112-
spacetimedb-cli = { path = "crates/cli", version = "=1.11.1" }
113-
spacetimedb-client-api = { path = "crates/client-api", version = "=1.11.1" }
114-
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "=1.11.1" }
115-
spacetimedb-codegen = { path = "crates/codegen", version = "=1.11.1" }
116-
spacetimedb-commitlog = { path = "crates/commitlog", version = "=1.11.1" }
117-
spacetimedb-core = { path = "crates/core", version = "=1.11.1" }
118-
spacetimedb-data-structures = { path = "crates/data-structures", version = "=1.11.1" }
119-
spacetimedb-datastore = { path = "crates/datastore", version = "=1.11.1" }
120-
spacetimedb-durability = { path = "crates/durability", version = "=1.11.1" }
121-
spacetimedb-execution = { path = "crates/execution", version = "=1.11.1" }
122-
spacetimedb-expr = { path = "crates/expr", version = "=1.11.1" }
123-
spacetimedb-guard = { path = "crates/guard", version = "=1.11.1" }
124-
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "=1.11.1" }
125-
spacetimedb-memory-usage = { path = "crates/memory-usage", version = "=1.11.1", default-features = false }
126-
spacetimedb-metrics = { path = "crates/metrics", version = "=1.11.1" }
127-
spacetimedb-paths = { path = "crates/paths", version = "=1.11.1" }
128-
spacetimedb-pg = { path = "crates/pg", version = "=1.11.1" }
129-
spacetimedb-physical-plan = { path = "crates/physical-plan", version = "=1.11.1" }
130-
spacetimedb-primitives = { path = "crates/primitives", version = "=1.11.1" }
131-
spacetimedb-query = { path = "crates/query", version = "=1.11.1" }
132-
spacetimedb-sats = { path = "crates/sats", version = "=1.11.1" }
133-
spacetimedb-schema = { path = "crates/schema", version = "=1.11.1" }
134-
spacetimedb-standalone = { path = "crates/standalone", version = "=1.11.1" }
135-
spacetimedb-sql-parser = { path = "crates/sql-parser", version = "=1.11.1" }
136-
spacetimedb-table = { path = "crates/table", version = "=1.11.1" }
137-
spacetimedb-vm = { path = "crates/vm", version = "=1.11.1" }
138-
spacetimedb-fs-utils = { path = "crates/fs-utils", version = "=1.11.1" }
139-
spacetimedb-snapshot = { path = "crates/snapshot", version = "=1.11.1" }
140-
spacetimedb-subscription = { path = "crates/subscription", version = "=1.11.1" }
108+
spacetimedb = { path = "crates/bindings", version = "=1.11.2" }
109+
spacetimedb-auth = { path = "crates/auth", version = "=1.11.2" }
110+
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "=1.11.2" }
111+
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "=1.11.2" }
112+
spacetimedb-cli = { path = "crates/cli", version = "=1.11.2" }
113+
spacetimedb-client-api = { path = "crates/client-api", version = "=1.11.2" }
114+
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "=1.11.2" }
115+
spacetimedb-codegen = { path = "crates/codegen", version = "=1.11.2" }
116+
spacetimedb-commitlog = { path = "crates/commitlog", version = "=1.11.2" }
117+
spacetimedb-core = { path = "crates/core", version = "=1.11.2" }
118+
spacetimedb-data-structures = { path = "crates/data-structures", version = "=1.11.2" }
119+
spacetimedb-datastore = { path = "crates/datastore", version = "=1.11.2" }
120+
spacetimedb-durability = { path = "crates/durability", version = "=1.11.2" }
121+
spacetimedb-execution = { path = "crates/execution", version = "=1.11.2" }
122+
spacetimedb-expr = { path = "crates/expr", version = "=1.11.2" }
123+
spacetimedb-guard = { path = "crates/guard", version = "=1.11.2" }
124+
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "=1.11.2" }
125+
spacetimedb-memory-usage = { path = "crates/memory-usage", version = "=1.11.2", default-features = false }
126+
spacetimedb-metrics = { path = "crates/metrics", version = "=1.11.2" }
127+
spacetimedb-paths = { path = "crates/paths", version = "=1.11.2" }
128+
spacetimedb-pg = { path = "crates/pg", version = "=1.11.2" }
129+
spacetimedb-physical-plan = { path = "crates/physical-plan", version = "=1.11.2" }
130+
spacetimedb-primitives = { path = "crates/primitives", version = "=1.11.2" }
131+
spacetimedb-query = { path = "crates/query", version = "=1.11.2" }
132+
spacetimedb-sats = { path = "crates/sats", version = "=1.11.2" }
133+
spacetimedb-schema = { path = "crates/schema", version = "=1.11.2" }
134+
spacetimedb-standalone = { path = "crates/standalone", version = "=1.11.2" }
135+
spacetimedb-sql-parser = { path = "crates/sql-parser", version = "=1.11.2" }
136+
spacetimedb-table = { path = "crates/table", version = "=1.11.2" }
137+
spacetimedb-vm = { path = "crates/vm", version = "=1.11.2" }
138+
spacetimedb-fs-utils = { path = "crates/fs-utils", version = "=1.11.2" }
139+
spacetimedb-snapshot = { path = "crates/snapshot", version = "=1.11.2" }
140+
spacetimedb-subscription = { path = "crates/subscription", version = "=1.11.2" }
141141

142142
# Prevent `ahash` from pulling in `getrandom` by disabling default features.
143143
# 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 1.11.1
8+
Licensed Work: SpacetimeDB 1.11.2
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: 2030-12-18
24+
Change Date: 2031-01-08
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>1.11.1</Version>
5+
<Version>1.11.2</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>1.11.1</Version>
4+
<Version>1.11.2</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>1.11.1</Version>
4+
<Version>1.11.2</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>1.11.1</Version>
5+
<Version>1.11.2</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/examples/quickstart-chat/src/module_bindings/index.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.12.0",
3+
"version": "1.11.2",
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ const proceduresSchema = __procedures(
545545
/** The remote SpacetimeDB module schema, both runtime and type information. */
546546
const REMOTE_MODULE = {
547547
versionInfo: {
548-
cliVersion: "1.11.1" as const,
548+
cliVersion: "1.11.2" as const,
549549
},
550550
tables: tablesSchema.schemaType.tables,
551551
reducers: reducersSchema.reducersType.reducers,

0 commit comments

Comments
 (0)