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

Release 0.20.1 #8189

Closed
wants to merge 16 commits into from
Closed
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
7 changes: 7 additions & 0 deletions .github/workflows/reusable_release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,12 @@ jobs:
- name: Build web-viewer (release)
run: pixi run rerun-build-web-release

# We added `+1.80.0` to cargo publish some dependency had MSRV 1.80 and that caused `cargo publish` to fail.
# TODO(#8174): remove eonce we update MSRV to 1.80.0 everywhere
- name: Install Rust 1.80.0
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.80.0

- name: Publish
run: pixi run python scripts/ci/crates.py publish --token ${{ secrets.CRATES_IO_TOKEN }}
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## [0.20.0](https://github.com/rerun-io/rerun/compare/0.19.1...0.20.0) - Map view & native H.264 video support

TODO(andreas): add link to release video
https://github.com/user-attachments/assets/553b6d88-143d-4cf9-a4bc-6b620534ab95

📖 Release blogpost: TODO(andreas): add link
📖 Release blogpost: https://rerun.io/blog/maps
🧳 Migration guide: http://rerun.io/docs/reference/migration/migration-0-20

### ✨ Overview & highlights
Expand All @@ -16,8 +16,6 @@ TODO(andreas): add link to release video
* 📂 Improvements to the existing `Open` (Viewer) & `log_file` (SDK) workflows, and addition of a new `Import` workflow.
* Blueprints can now easily be [re-used across different applications, recordings and SDKs](https://rerun.io/docs/howto/visualization/reuse-blueprints)
* The new `Import` feature allows you to drag-and-drop any data into an existing recording, directly in the viewer.
* 📂 Logging files now uses the active app/recording id, allowing to combine several rrd files in the viewer.
* Relatedly, there's now an `Import File` option in the menu to import arbitrary files into the active recording.
* ☰ Dataframe queries are now streamed, reducing memory usage.
* 💊 Add capsule archetype.
* 📚 Doc improvements
Expand Down
Loading
Loading