From ea4d054f93b8f588c9a77d5104419109e07dfec8 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 29 Sep 2023 16:29:48 +0200 Subject: [PATCH] Release 0.3.1 - Add Behavior::on_edit --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554eb47..4eb8913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased](https://github.com/rerun-io/rerun/compare/latest...HEAD) +## [0.3.1]](https://github.com/rerun-io/rerun/compare/0.3.0...0.3.1) +* Report edits to user with Behavior::on_edit (#29) +* Make `Tree::simplify` public (#28) +* Add `Shares::set_share` method (#25) + + ## [0.3.0]](https://github.com/rerun-io/rerun/compare/0.2.0...0.3.0) * Update to egui 0.23 * Better grid column-count heuristic diff --git a/Cargo.toml b/Cargo.toml index 578fa70..5bd722a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "egui_tiles" readme = "README.md" repository = "https://github.com/rerun-io/egui_tiles" rust-version = "1.70" -version = "0.3.0" +version = "0.3.1" [package.metadata.docs.rs] all-features = true