diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c271b..3f3e79b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # `egui_tiles` Changelog ## [Unreleased](https://github.com/rerun-io/rerun/compare/latest...HEAD) + + +## [0.2.0]](https://github.com/rerun-io/rerun/compare/0.1.0...0.2.0) - Invisible tiles - 2023-07-06 * Add support for invisible tiles * `PartialEq` for `Tiles` now ignores internal state * Add `Tiles::find_pane` diff --git a/Cargo.toml b/Cargo.toml index fbe6162..e332958 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.69" -version = "0.1.0" +version = "0.2.0" [package.metadata.docs.rs] all-features = true diff --git a/RELEASES.md b/RELEASES.md index 93f7909..6eceb52 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,7 @@ # Release Checklist +* [ ] Update `CHANGELOG.md` +* [ ] Bump version numbers * [ ] `git commit -m 'Release 0.x.0 - summary'` * [ ] `cargo publish` * [ ] `git tag -a 0.x.0 -m 'Release 0.x.0 - summary'`