Skip to content

Commit 63d28cb

Browse files
committed
chore: version 0.30.0a1, remove dead comms/panel/app code
- Version tracks Rerun base: 0.30.0a1 (based on Rerun 0.30.0-alpha.1) - Remove comms/ (689 lines TCP protocol, unused) - Remove panel.rs (demo UI wrapper, unused) - Remove app.rs (demo app binary, already removed from Cargo.toml) - lib.rs now only exports interaction module
1 parent b1b1962 commit 63d28cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/rust/custom_callback/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Click events are published on the LCM channel `/clicked_point#geometry_msgs.Poin
6161

6262
## Versioning
6363

64-
dimos-viewer uses independent semantic versioning starting at 0.1.0.
64+
dimos-viewer tracks Rerun's version. Version 0.30.0a1 is based on Rerun 0.30.0-alpha.1.
6565

6666
| dimos-viewer | Based on Rerun |
6767
|-------------|----------------|

examples/rust/custom_callback/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "dimos-viewer"
7-
version = "0.1.0"
7+
version = "0.30.0a1"
88
description = "Interactive Rerun viewer for DimOS with click-to-navigate support"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)