-
Notifications
You must be signed in to change notification settings - Fork 388
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
Release 0.10.0 - C++ SDK #4082
Merged
Merged
Release 0.10.0 - C++ SDK #4082
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rerun-bot
added
⛴ release
Related to shipping or publishing
exclude from changelog
PRs with this won't show up in CHANGELOG.md
labels
Oct 30, 2023
Closed
33 tasks
Wumpf
requested changes
Oct 30, 2023
…subdirectory usage. (#4083) ### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4083) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4083) - [Docs preview](https://rerun.io/preview/9847af3a191dc49f71123cfd0fe010d2c0197f69/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/9847af3a191dc49f71123cfd0fe010d2c0197f69/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
…erywhere (#4081) ### What Throwing doesn't look great especially on windows debug builds: ![image](https://github.com/rerun-io/rerun/assets/1220815/ec44224e-cc17-4b2b-8054-42a038da5d3a) Thew new method gives a nice error when you start from command line: ``` build\Debug\example_dna.exe Expected env-var RERUN_STRICT to be 0/1 true/false yes/no on/off, found ''Rerun ERROR: Failed to find Rerun Viewer executable in PATH. You can install binary releases of the Rerun Viewer: * Using `cargo`: `cargo binstall rerun-cli` (see https://github.com/cargo-bins/cargo-binstall) * Via direct download from our release assets: https://github.com/rerun-io/rerun/releases/latest/ * Using `pip`: `pip3 install rerun-sdk` (warning: pip version has slower start times!) For more information, refer to our complete install documentation over at: https://rerun.io/docs/getting-started/installing-viewer ``` Also fixed typo in the C++ tutorial and added windows specific instructions ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4081) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4081) - [Docs preview](https://rerun.io/preview/7dcf776f91aae882c88e87fa1d0108bf63704728/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/7dcf776f91aae882c88e87fa1d0108bf63704728/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/) --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
exclude from changelog
PRs with this won't show up in CHANGELOG.md
⛴ release
Related to shipping or publishing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog: https://github.com/rerun-io/rerun/blob/release-0.10.0/CHANGELOG.md
Next steps
Test the release
If this is an 'alpha' release, you can just merge the pull request.
Otherwise:
Tests