Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions to 0.15.0-rc.2 #5819

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 93 additions & 93 deletions Cargo.lock

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,59 +20,59 @@ include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rerun-io/rerun"
rust-version = "1.74"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"

[workspace.dependencies]
# When using alpha-release, always use exact version, e.g. `version = "=0.x.y-alpha.z"
# This is because we treat alpha-releases as incompatible, but semver doesn't.
# In particular: if we compile rerun 0.3.0-alpha.0 we only want it to use
# re_log_types 0.3.0-alpha.0, NOT 0.3.0-alpha.4 even though it is newer and semver-compatible.
re_analytics = { path = "crates/re_analytics", version = "=0.15.0-rc.1", default-features = false }
re_build_search_index = { path = "crates/re_build_search_index", version = "=0.15.0-rc.1", default-features = false }
re_build_examples = { path = "crates/re_build_examples", version = "=0.15.0-rc.1", default-features = false }
re_build_info = { path = "crates/re_build_info", version = "=0.15.0-rc.1", default-features = false }
re_build_tools = { path = "crates/re_build_tools", version = "=0.15.0-rc.1", default-features = false }
re_build_web_viewer = { path = "crates/re_build_web_viewer", version = "=0.15.0-rc.1", default-features = false }
re_crash_handler = { path = "crates/re_crash_handler", version = "=0.15.0-rc.1", default-features = false }
re_data_source = { path = "crates/re_data_source", version = "=0.15.0-rc.1", default-features = false }
re_data_store = { path = "crates/re_data_store", version = "=0.15.0-rc.1", default-features = false }
re_data_ui = { path = "crates/re_data_ui", version = "=0.15.0-rc.1", default-features = false }
re_entity_db = { path = "crates/re_entity_db", version = "=0.15.0-rc.1", default-features = false }
re_error = { path = "crates/re_error", version = "=0.15.0-rc.1", default-features = false }
re_format = { path = "crates/re_format", version = "=0.15.0-rc.1", default-features = false }
re_int_histogram = { path = "crates/re_int_histogram", version = "=0.15.0-rc.1", default-features = false }
re_log = { path = "crates/re_log", version = "=0.15.0-rc.1", default-features = false }
re_log_encoding = { path = "crates/re_log_encoding", version = "=0.15.0-rc.1", default-features = false }
re_log_types = { path = "crates/re_log_types", version = "=0.15.0-rc.1", default-features = false }
re_memory = { path = "crates/re_memory", version = "=0.15.0-rc.1", default-features = false }
re_query = { path = "crates/re_query", version = "=0.15.0-rc.1", default-features = false }
re_query_cache = { path = "crates/re_query_cache", version = "=0.15.0-rc.1", default-features = false }
re_renderer = { path = "crates/re_renderer", version = "=0.15.0-rc.1", default-features = false }
re_sdk = { path = "crates/re_sdk", version = "=0.15.0-rc.1", default-features = false }
re_sdk_comms = { path = "crates/re_sdk_comms", version = "=0.15.0-rc.1", default-features = false }
re_smart_channel = { path = "crates/re_smart_channel", version = "=0.15.0-rc.1", default-features = false }
re_space_view = { path = "crates/re_space_view", version = "=0.15.0-rc.1", default-features = false }
re_space_view_bar_chart = { path = "crates/re_space_view_bar_chart", version = "=0.15.0-rc.1", default-features = false }
re_space_view_dataframe = { path = "crates/re_space_view_dataframe", version = "=0.15.0-rc.1", default-features = false }
re_space_view_spatial = { path = "crates/re_space_view_spatial", version = "=0.15.0-rc.1", default-features = false }
re_space_view_tensor = { path = "crates/re_space_view_tensor", version = "=0.15.0-rc.1", default-features = false }
re_space_view_text_document = { path = "crates/re_space_view_text_document", version = "=0.15.0-rc.1", default-features = false }
re_space_view_text_log = { path = "crates/re_space_view_text_log", version = "=0.15.0-rc.1", default-features = false }
re_space_view_time_series = { path = "crates/re_space_view_time_series", version = "=0.15.0-rc.1", default-features = false }
re_string_interner = { path = "crates/re_string_interner", version = "=0.15.0-rc.1", default-features = false }
re_time_panel = { path = "crates/re_time_panel", version = "=0.15.0-rc.1", default-features = false }
re_tracing = { path = "crates/re_tracing", version = "=0.15.0-rc.1", default-features = false }
re_tuid = { path = "crates/re_tuid", version = "=0.15.0-rc.1", default-features = false }
re_types = { path = "crates/re_types", version = "=0.15.0-rc.1", default-features = false }
re_types_builder = { path = "crates/re_types_builder", version = "=0.15.0-rc.1", default-features = false }
re_types_core = { path = "crates/re_types_core", version = "=0.15.0-rc.1", default-features = false }
re_ui = { path = "crates/re_ui", version = "=0.15.0-rc.1", default-features = false }
re_viewer = { path = "crates/re_viewer", version = "=0.15.0-rc.1", default-features = false }
re_viewer_context = { path = "crates/re_viewer_context", version = "=0.15.0-rc.1", default-features = false }
re_viewport = { path = "crates/re_viewport", version = "=0.15.0-rc.1", default-features = false }
re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "=0.15.0-rc.1", default-features = false }
re_ws_comms = { path = "crates/re_ws_comms", version = "=0.15.0-rc.1", default-features = false }
rerun = { path = "crates/rerun", version = "=0.15.0-rc.1", default-features = false }
re_analytics = { path = "crates/re_analytics", version = "=0.15.0-rc.2", default-features = false }
re_build_search_index = { path = "crates/re_build_search_index", version = "=0.15.0-rc.2", default-features = false }
re_build_examples = { path = "crates/re_build_examples", version = "=0.15.0-rc.2", default-features = false }
re_build_info = { path = "crates/re_build_info", version = "=0.15.0-rc.2", default-features = false }
re_build_tools = { path = "crates/re_build_tools", version = "=0.15.0-rc.2", default-features = false }
re_build_web_viewer = { path = "crates/re_build_web_viewer", version = "=0.15.0-rc.2", default-features = false }
re_crash_handler = { path = "crates/re_crash_handler", version = "=0.15.0-rc.2", default-features = false }
re_data_source = { path = "crates/re_data_source", version = "=0.15.0-rc.2", default-features = false }
re_data_store = { path = "crates/re_data_store", version = "=0.15.0-rc.2", default-features = false }
re_data_ui = { path = "crates/re_data_ui", version = "=0.15.0-rc.2", default-features = false }
re_entity_db = { path = "crates/re_entity_db", version = "=0.15.0-rc.2", default-features = false }
re_error = { path = "crates/re_error", version = "=0.15.0-rc.2", default-features = false }
re_format = { path = "crates/re_format", version = "=0.15.0-rc.2", default-features = false }
re_int_histogram = { path = "crates/re_int_histogram", version = "=0.15.0-rc.2", default-features = false }
re_log = { path = "crates/re_log", version = "=0.15.0-rc.2", default-features = false }
re_log_encoding = { path = "crates/re_log_encoding", version = "=0.15.0-rc.2", default-features = false }
re_log_types = { path = "crates/re_log_types", version = "=0.15.0-rc.2", default-features = false }
re_memory = { path = "crates/re_memory", version = "=0.15.0-rc.2", default-features = false }
re_query = { path = "crates/re_query", version = "=0.15.0-rc.2", default-features = false }
re_query_cache = { path = "crates/re_query_cache", version = "=0.15.0-rc.2", default-features = false }
re_renderer = { path = "crates/re_renderer", version = "=0.15.0-rc.2", default-features = false }
re_sdk = { path = "crates/re_sdk", version = "=0.15.0-rc.2", default-features = false }
re_sdk_comms = { path = "crates/re_sdk_comms", version = "=0.15.0-rc.2", default-features = false }
re_smart_channel = { path = "crates/re_smart_channel", version = "=0.15.0-rc.2", default-features = false }
re_space_view = { path = "crates/re_space_view", version = "=0.15.0-rc.2", default-features = false }
re_space_view_bar_chart = { path = "crates/re_space_view_bar_chart", version = "=0.15.0-rc.2", default-features = false }
re_space_view_dataframe = { path = "crates/re_space_view_dataframe", version = "=0.15.0-rc.2", default-features = false }
re_space_view_spatial = { path = "crates/re_space_view_spatial", version = "=0.15.0-rc.2", default-features = false }
re_space_view_tensor = { path = "crates/re_space_view_tensor", version = "=0.15.0-rc.2", default-features = false }
re_space_view_text_document = { path = "crates/re_space_view_text_document", version = "=0.15.0-rc.2", default-features = false }
re_space_view_text_log = { path = "crates/re_space_view_text_log", version = "=0.15.0-rc.2", default-features = false }
re_space_view_time_series = { path = "crates/re_space_view_time_series", version = "=0.15.0-rc.2", default-features = false }
re_string_interner = { path = "crates/re_string_interner", version = "=0.15.0-rc.2", default-features = false }
re_time_panel = { path = "crates/re_time_panel", version = "=0.15.0-rc.2", default-features = false }
re_tracing = { path = "crates/re_tracing", version = "=0.15.0-rc.2", default-features = false }
re_tuid = { path = "crates/re_tuid", version = "=0.15.0-rc.2", default-features = false }
re_types = { path = "crates/re_types", version = "=0.15.0-rc.2", default-features = false }
re_types_builder = { path = "crates/re_types_builder", version = "=0.15.0-rc.2", default-features = false }
re_types_core = { path = "crates/re_types_core", version = "=0.15.0-rc.2", default-features = false }
re_ui = { path = "crates/re_ui", version = "=0.15.0-rc.2", default-features = false }
re_viewer = { path = "crates/re_viewer", version = "=0.15.0-rc.2", default-features = false }
re_viewer_context = { path = "crates/re_viewer_context", version = "=0.15.0-rc.2", default-features = false }
re_viewport = { path = "crates/re_viewport", version = "=0.15.0-rc.2", default-features = false }
re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "=0.15.0-rc.2", default-features = false }
re_ws_comms = { path = "crates/re_ws_comms", version = "=0.15.0-rc.2", default-features = false }
rerun = { path = "crates/rerun", version = "=0.15.0-rc.2", default-features = false }

# egui-crates:
ecolor = "0.27.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/clock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clock"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_data_loader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_data_loader"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_space_view/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_space_view"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_store_subscriber/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_store_subscriber"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/dna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dna"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/extend_viewer_ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extend_viewer_ui"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/external_data_loader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rerun-loader-rust-file"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/incremental_logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "incremental_logging"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/log_file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "log_file"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minimal"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal_options/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minimal_options"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal_serve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minimal_serve"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/objectron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "objectron"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/raw_mesh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raw_mesh"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/shared_recording/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shared_recording"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/spawn_viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spawn_viewer"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/stdio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stdio"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "template"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rerun_cpp/src/rerun/c/rerun.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rerun_js/web-viewer-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function App() {
```

The `rrd` in the snippet above should be a URL pointing to either:
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.15.0-rc.1/examples/dna.rrd>
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.15.0-rc.2/examples/dna.rrd>
- A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk-operating-modes#serve) API

If `rrd` is not set, the viewer will display the same welcome screen as <https://app.rerun.io>.
Expand Down
4 changes: 2 additions & 2 deletions rerun_js/web-viewer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rerun-io/web-viewer-react",
"version": "0.15.0-rc.1",
"version": "0.15.0-rc.2",
"description": "Embed the Rerun web viewer in your React app",
"licenses": [
{
Expand Down Expand Up @@ -39,7 +39,7 @@
"tsconfig.json"
],
"dependencies": {
"@rerun-io/web-viewer": "0.15.0-rc.1",
"@rerun-io/web-viewer": "0.15.0-rc.2",
"@types/react": "^18.2.33",
"react": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion rerun_js/web-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ viewer.stop();
```

The `rrd` in the snippet above should be a URL pointing to either:
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.15.0-rc.1/examples/dna.rrd>
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.15.0-rc.2/examples/dna.rrd>
- A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk-operating-modes#serve) API

If `rrd` is not set, the viewer will display the same welcome screen as <https://app.rerun.io>.
Expand Down
2 changes: 1 addition & 1 deletion rerun_js/web-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rerun-io/web-viewer",
"version": "0.15.0-rc.1",
"version": "0.15.0-rc.2",
"description": "Embed the Rerun web viewer in your app",
"licenses": [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/rust/plot_dashboard_stress/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plot_dashboard_stress"
version = "0.15.0-rc.1"
version = "0.15.0-rc.2"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down
Loading