Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanos020 committed Jun 9, 2023
1 parent 750769e commit 9257bd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 1,14 @@
# egui_dock changelog

## 0.6.2 - 2023-06-09

### Fixed
- Make the `max_size` of `tabbar_inner_rect` finite ([#141](https://github.com/Adanos020/egui_dock/pull/141))

## 0.6.1 - 2023-05-29

### Fixed
- Ensure rect size are calculated before drawing node bodies ([#134](https://github.com/Adanos020/egui_dock/pull/134))
- Make tabbar_inner_rect max_size finite ([#141](https://github.com/Adanos020/egui_dock/pull/141))

## 0.6.0 - 2023-05-24

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
name = "egui_dock"
description = "Docking support for `egui` - an immediate-mode GUI library for Rust"
authors = ["lain-dono", "Adam Gąsior (Adanos020)"]
version = "0.6.1"
version = "0.6.2"
edition = "2021"
rust-version = "1.65"
license = "MIT"
Expand Down

0 comments on commit 9257bd7

Please sign in to comment.