Skip to content

Commit 7e67324

Browse files
committed
Bump versions to 0.23.0-alpha.1
1 parent 9a1ba76 commit 7e67324

File tree

32 files changed

+177
-155
lines changed

32 files changed

+177
-155
lines changed

Cargo.lock

Lines changed: 122 additions & 122 deletions
Large diffs are not rendered by default.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include = [
3131
license = "MIT OR Apache-2.0"
3232
repository = "https://github.com/rerun-io/rerun"
3333
rust-version = "1.84"
34-
version = "0.23.0-alpha.1+dev"
34+
version = "0.23.0-alpha.1"
3535

3636
[workspace.metadata.cargo-shear]
3737
ignored = [

examples/rust/clock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clock"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/custom_callback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "custom_callback"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/custom_data_loader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "custom_data_loader"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/custom_store_subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "custom_store_subscriber"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/custom_view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "custom_view"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/dataframe_query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dataframe_query"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/dna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dna"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/extend_viewer_ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "extend_viewer_ui"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/external_data_loader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rerun-loader-rust-file"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/graph_lattice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph_lattice"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/incremental_logging/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "incremental_logging"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/log_file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "log_file"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/minimal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minimal"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/minimal_options/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minimal_options"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/minimal_serve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minimal_serve"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/objectron/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "objectron"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/raw_mesh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raw_mesh"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/shared_recording/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shared_recording"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/spawn_viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spawn_viewer"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/stdio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stdio"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "template"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

examples/rust/viewer_callbacks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viewer_callbacks"
3-
version = "0.23.0-alpha.1+dev"
3+
version = "0.23.0-alpha.1"
44
edition = "2021"
55
rust-version = "1.84"
66
license = "MIT OR Apache-2.0"

pixi.lock

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

rerun_cpp/src/rerun/c/sdk_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
///
33
/// This should match the string returned by `rr_version_string` (C) or `rerun::version_string` (C++).
44
/// If not, the SDK's binary and the C header are out of sync.
5-
#define RERUN_SDK_HEADER_VERSION "0.23.0-alpha.1+dev"
5+
#define RERUN_SDK_HEADER_VERSION "0.23.0-alpha.1"
66

77
/// Major version of the Rerun C SDK.
88
#define RERUN_SDK_HEADER_VERSION_MAJOR 0

rerun_js/web-viewer-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function App() {
3535
```
3636

3737
The `rrd` in the snippet above should be a URL pointing to either:
38-
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.22.0/examples/dna.rrd>
38+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.23.0-alpha.1/examples/dna.rrd>
3939
- A gRPC connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk/operating-modes#serve) API
4040

4141
If `rrd` is not set, the Viewer will display the same welcome screen as <https://app.rerun.io>.

rerun_js/web-viewer-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rerun-io/web-viewer-react",
3-
"version": "0.23.0-alpha.1+dev",
3+
"version": "0.23.0-alpha.1",
44
"description": "Embed the Rerun web viewer in your React app",
55
"licenses": [
66
{

rerun_js/web-viewer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ viewer.stop();
4141
```
4242

4343
The `rrd` in the snippet above should be a URL pointing to either:
44-
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.22.0/examples/dna.rrd>
44+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.23.0-alpha.1/examples/dna.rrd>
4545
- A gRPC connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk/operating-modes#serve) API
4646

4747
If `rrd` is not set, the Viewer will display the same welcome screen as <https://app.rerun.io>.

rerun_js/web-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rerun-io/web-viewer",
3-
"version": "0.23.0-alpha.1+dev",
3+
"version": "0.23.0-alpha.1",
44
"description": "Embed the Rerun web viewer in your app",
55
"licenses": [
66
{

rerun_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ text = "MIT OR Apache-2.0"
3434

3535
[project.optional-dependencies]
3636
tests = ["pytest==7.1.2"]
37-
notebook = ["rerun-notebook==0.23.0-alpha.1+dev"]
37+
notebook = ["rerun-notebook==0.23.0-alpha.1"]
3838

3939
[project.urls]
4040
documentation = "https://www.rerun.io/docs"

rerun_py/rerun_sdk/rerun/__init__.py

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

99
import numpy as np
1010

11-
__version__ = "0.23.0-alpha.1+dev"
11+
__version__ = "0.23.0-alpha.1"
1212
__version_info__ = (0, 23, 0, "alpha.1")
1313

1414

0 commit comments

Comments
 (0)