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