Skip to content

Commit eb11e2f

Browse files
jdetterbfops
andauthored
Version bump 2.2.0 (#4916)
# Description of Changes <!-- Please describe your change, mention any related tickets, and so on here. --> - Bumps version to 2.2.0 # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> None # 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] Version number is correct (`2.2.0`) - [x] BSL license file has been updated with the new date and version number --------- Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com> Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 2ddcc0a commit eb11e2f

22 files changed

Lines changed: 194 additions & 195 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
@@ -108,45 +108,45 @@ inherits = "release"
108108
debug = true
109109

110110
[workspace.package]
111-
version = "2.1.0"
111+
version = "2.2.0"
112112
edition = "2024"
113113
# update rust-toolchain.toml too!
114114
rust-version = "1.93.0"
115115

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

151151
# Prevent `ahash` from pulling in `getrandom` by disabling default features.
152152
# 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.1.0
8+
Licensed Work: SpacetimeDB 2.2.0
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-03-20
24+
Change Date: 2031-04-29
2525

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

crates/bindings-cpp/CMakeLists.txt

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

33
cmake_minimum_required(VERSION 3.15)
44
project(SpacetimeDBCppModuleLibrary
5-
VERSION 2.1.0
5+
VERSION 2.2.0
66
LANGUAGES CXX)
77

88
# Generate version header from template

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.1.0</Version>
5+
<Version>2.2.0</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.1.0</Version>
4+
<Version>2.2.0</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.1.0</Version>
4+
<Version>2.2.0</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.1.0</Version>
5+
<Version>2.2.0</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/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/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.1.0",
3+
"version": "2.2.0",
44
"description": "API and ABI bindings for the SpacetimeDB TypeScript module library",
55
"homepage": "https://github.com/clockworklabs/SpacetimeDB#readme",
66
"bugs": {

0 commit comments

Comments
 (0)