Commit 50295ac
authored
Version upgrade to 2.0 (#4252)
# Description of Changes
<!-- Please describe your change, mention any related tickets, and so on
here. -->
- Version upgrade to 2.0.
# API and ABI breaking changes
<!-- 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
- [x] CI passing
---------
Signed-off-by: John Detter <4099508+jdetter@users.noreply.github.com>1 parent 99edb29 commit 50295ac
21 files changed
Lines changed: 185 additions & 184 deletions
File tree
- .github/workflows
- crates
- bindings-cpp
- bindings-csharp
- BSATN.Codegen
- BSATN.Runtime
- Codegen
- Runtime
- bindings-typescript
- cli/src/subcommands/project/typescript
- codegen/tests/snapshots
- demo/Blackholio/server-csharp
- licenses
- sdks/csharp
- examples~/regression-tests/server
- templates
- basic-cpp/spacetimedb
- basic-cs/spacetimedb
- chat-console-cs/spacetimedb
- chat-react-ts/src/module_bindings
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments