Skip to content

Commit

Permalink
Release 0.3.1 - Add Behavior::on_edit
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 29, 2023
1 parent 91b513c commit ea4d054
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea4d054

Please sign in to comment.