Skip to content

Commit

Permalink
Bump versions to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rerun-bot committed Apr 9, 2024
1 parent 33b24c2 commit bc8bcd0
Show file tree
Hide file tree
Showing 26 changed files with 166 additions and 168 deletions.
186 changes: 93 additions & 93 deletions Cargo.lock

Large diffs are not rendered by default.

98 changes: 48 additions & 50 deletions Cargo.toml
Expand Up @@ -11,9 +11,7 @@ members = [
"tests/rust/roundtrips/*",
"tests/rust/test_*",
]
exclude = [
"examples/rust/revy",
]
exclude = ["examples/rust/revy"]

[workspace.package]
authors = ["rerun.io <opensource@rerun.io>"]
Expand All @@ -23,59 +21,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.3"
version = "0.15.0"

[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.3", default-features = false }
re_build_search_index = { path = "crates/re_build_search_index", version = "=0.15.0-rc.3", default-features = false }
re_build_examples = { path = "crates/re_build_examples", version = "=0.15.0-rc.3", default-features = false }
re_build_info = { path = "crates/re_build_info", version = "=0.15.0-rc.3", default-features = false }
re_build_tools = { path = "crates/re_build_tools", version = "=0.15.0-rc.3", default-features = false }
re_build_web_viewer = { path = "crates/re_build_web_viewer", version = "=0.15.0-rc.3", default-features = false }
re_crash_handler = { path = "crates/re_crash_handler", version = "=0.15.0-rc.3", default-features = false }
re_data_source = { path = "crates/re_data_source", version = "=0.15.0-rc.3", default-features = false }
re_data_store = { path = "crates/re_data_store", version = "=0.15.0-rc.3", default-features = false }
re_data_ui = { path = "crates/re_data_ui", version = "=0.15.0-rc.3", default-features = false }
re_entity_db = { path = "crates/re_entity_db", version = "=0.15.0-rc.3", default-features = false }
re_error = { path = "crates/re_error", version = "=0.15.0-rc.3", default-features = false }
re_format = { path = "crates/re_format", version = "=0.15.0-rc.3", default-features = false }
re_int_histogram = { path = "crates/re_int_histogram", version = "=0.15.0-rc.3", default-features = false }
re_log = { path = "crates/re_log", version = "=0.15.0-rc.3", default-features = false }
re_log_encoding = { path = "crates/re_log_encoding", version = "=0.15.0-rc.3", default-features = false }
re_log_types = { path = "crates/re_log_types", version = "=0.15.0-rc.3", default-features = false }
re_memory = { path = "crates/re_memory", version = "=0.15.0-rc.3", default-features = false }
re_query = { path = "crates/re_query", version = "=0.15.0-rc.3", default-features = false }
re_query_cache = { path = "crates/re_query_cache", version = "=0.15.0-rc.3", default-features = false }
re_renderer = { path = "crates/re_renderer", version = "=0.15.0-rc.3", default-features = false }
re_sdk = { path = "crates/re_sdk", version = "=0.15.0-rc.3", default-features = false }
re_sdk_comms = { path = "crates/re_sdk_comms", version = "=0.15.0-rc.3", default-features = false }
re_smart_channel = { path = "crates/re_smart_channel", version = "=0.15.0-rc.3", default-features = false }
re_space_view = { path = "crates/re_space_view", version = "=0.15.0-rc.3", default-features = false }
re_space_view_bar_chart = { path = "crates/re_space_view_bar_chart", version = "=0.15.0-rc.3", default-features = false }
re_space_view_dataframe = { path = "crates/re_space_view_dataframe", version = "=0.15.0-rc.3", default-features = false }
re_space_view_spatial = { path = "crates/re_space_view_spatial", version = "=0.15.0-rc.3", default-features = false }
re_space_view_tensor = { path = "crates/re_space_view_tensor", version = "=0.15.0-rc.3", default-features = false }
re_space_view_text_document = { path = "crates/re_space_view_text_document", version = "=0.15.0-rc.3", default-features = false }
re_space_view_text_log = { path = "crates/re_space_view_text_log", version = "=0.15.0-rc.3", default-features = false }
re_space_view_time_series = { path = "crates/re_space_view_time_series", version = "=0.15.0-rc.3", default-features = false }
re_string_interner = { path = "crates/re_string_interner", version = "=0.15.0-rc.3", default-features = false }
re_time_panel = { path = "crates/re_time_panel", version = "=0.15.0-rc.3", default-features = false }
re_tracing = { path = "crates/re_tracing", version = "=0.15.0-rc.3", default-features = false }
re_tuid = { path = "crates/re_tuid", version = "=0.15.0-rc.3", default-features = false }
re_types = { path = "crates/re_types", version = "=0.15.0-rc.3", default-features = false }
re_types_builder = { path = "crates/re_types_builder", version = "=0.15.0-rc.3", default-features = false }
re_types_core = { path = "crates/re_types_core", version = "=0.15.0-rc.3", default-features = false }
re_ui = { path = "crates/re_ui", version = "=0.15.0-rc.3", default-features = false }
re_viewer = { path = "crates/re_viewer", version = "=0.15.0-rc.3", default-features = false }
re_viewer_context = { path = "crates/re_viewer_context", version = "=0.15.0-rc.3", default-features = false }
re_viewport = { path = "crates/re_viewport", version = "=0.15.0-rc.3", default-features = false }
re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "=0.15.0-rc.3", default-features = false }
re_ws_comms = { path = "crates/re_ws_comms", version = "=0.15.0-rc.3", default-features = false }
rerun = { path = "crates/rerun", version = "=0.15.0-rc.3", default-features = false }
re_analytics = { path = "crates/re_analytics", version = "0.15.0", default-features = false }
re_build_search_index = { path = "crates/re_build_search_index", version = "0.15.0", default-features = false }
re_build_examples = { path = "crates/re_build_examples", version = "0.15.0", default-features = false }
re_build_info = { path = "crates/re_build_info", version = "0.15.0", default-features = false }
re_build_tools = { path = "crates/re_build_tools", version = "0.15.0", default-features = false }
re_build_web_viewer = { path = "crates/re_build_web_viewer", version = "0.15.0", default-features = false }
re_crash_handler = { path = "crates/re_crash_handler", version = "0.15.0", default-features = false }
re_data_source = { path = "crates/re_data_source", version = "0.15.0", default-features = false }
re_data_store = { path = "crates/re_data_store", version = "0.15.0", default-features = false }
re_data_ui = { path = "crates/re_data_ui", version = "0.15.0", default-features = false }
re_entity_db = { path = "crates/re_entity_db", version = "0.15.0", default-features = false }
re_error = { path = "crates/re_error", version = "0.15.0", default-features = false }
re_format = { path = "crates/re_format", version = "0.15.0", default-features = false }
re_int_histogram = { path = "crates/re_int_histogram", version = "0.15.0", default-features = false }
re_log = { path = "crates/re_log", version = "0.15.0", default-features = false }
re_log_encoding = { path = "crates/re_log_encoding", version = "0.15.0", default-features = false }
re_log_types = { path = "crates/re_log_types", version = "0.15.0", default-features = false }
re_memory = { path = "crates/re_memory", version = "0.15.0", default-features = false }
re_query = { path = "crates/re_query", version = "0.15.0", default-features = false }
re_query_cache = { path = "crates/re_query_cache", version = "0.15.0", default-features = false }
re_renderer = { path = "crates/re_renderer", version = "0.15.0", default-features = false }
re_sdk = { path = "crates/re_sdk", version = "0.15.0", default-features = false }
re_sdk_comms = { path = "crates/re_sdk_comms", version = "0.15.0", default-features = false }
re_smart_channel = { path = "crates/re_smart_channel", version = "0.15.0", default-features = false }
re_space_view = { path = "crates/re_space_view", version = "0.15.0", default-features = false }
re_space_view_bar_chart = { path = "crates/re_space_view_bar_chart", version = "0.15.0", default-features = false }
re_space_view_dataframe = { path = "crates/re_space_view_dataframe", version = "0.15.0", default-features = false }
re_space_view_spatial = { path = "crates/re_space_view_spatial", version = "0.15.0", default-features = false }
re_space_view_tensor = { path = "crates/re_space_view_tensor", version = "0.15.0", default-features = false }
re_space_view_text_document = { path = "crates/re_space_view_text_document", version = "0.15.0", default-features = false }
re_space_view_text_log = { path = "crates/re_space_view_text_log", version = "0.15.0", default-features = false }
re_space_view_time_series = { path = "crates/re_space_view_time_series", version = "0.15.0", default-features = false }
re_string_interner = { path = "crates/re_string_interner", version = "0.15.0", default-features = false }
re_time_panel = { path = "crates/re_time_panel", version = "0.15.0", default-features = false }
re_tracing = { path = "crates/re_tracing", version = "0.15.0", default-features = false }
re_tuid = { path = "crates/re_tuid", version = "0.15.0", default-features = false }
re_types = { path = "crates/re_types", version = "0.15.0", default-features = false }
re_types_builder = { path = "crates/re_types_builder", version = "0.15.0", default-features = false }
re_types_core = { path = "crates/re_types_core", version = "0.15.0", default-features = false }
re_ui = { path = "crates/re_ui", version = "0.15.0", default-features = false }
re_viewer = { path = "crates/re_viewer", version = "0.15.0", default-features = false }
re_viewer_context = { path = "crates/re_viewer_context", version = "0.15.0", default-features = false }
re_viewport = { path = "crates/re_viewport", version = "0.15.0", default-features = false }
re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "0.15.0", default-features = false }
re_ws_comms = { path = "crates/re_ws_comms", version = "0.15.0", default-features = false }
rerun = { path = "crates/rerun", version = "0.15.0", default-features = false }

# egui-crates:
ecolor = "0.27.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "custom_data_loader"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "custom_space_view"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "custom_store_subscriber"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "dna"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "extend_viewer_ui"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "rerun-loader-rust-file"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "incremental_logging"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "log_file"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "minimal"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "minimal_options"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "minimal_serve"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "objectron"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "raw_mesh"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "shared_recording"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "spawn_viewer"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "stdio"
version = "0.15.0-rc.3"
version = "0.15.0"
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
@@ -1,6 +1,6 @@
[package]
name = "template"
version = "0.15.0-rc.3"
version = "0.15.0"
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
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.3/examples/dna.rrd>
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.15.0/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
@@ -1,6 +1,6 @@
{
"name": "@rerun-io/web-viewer-react",
"version": "0.15.0-rc.3",
"version": "0.15.0",
"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.3",
"@rerun-io/web-viewer": "0.15.0",
"@types/react": "^18.2.33",
"react": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion rerun_js/web-viewer/README.md
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.3/examples/dna.rrd>
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.15.0/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
@@ -1,6 +1,6 @@
{
"name": "@rerun-io/web-viewer",
"version": "0.15.0-rc.3",
"version": "0.15.0",
"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
@@ -1,6 +1,6 @@
[package]
name = "plot_dashboard_stress"
version = "0.15.0-rc.3"
version = "0.15.0"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit bc8bcd0

Please sign in to comment.