Release 0.4.2 (#112)

* Update changelog

* Bump version number to 0.4.2
This commit is contained in:
Adam Gąsior
2023-03-17 13:52:58 +00:00
committed by GitHub
parent 780892ad4f
commit 2636a2aa27
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# egui_dock changelog
## 0.4.2 - 2023-03-17
### Fixed
- `TabViewer::clear_background` works again ([#110](https://github.com/Adanos020/egui_dock/pull/110))
## 0.4.1 - 2023-03-14
### Fixed
+1 -1
View File
@@ -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.4.1"
version = "0.4.2"
edition = "2021"
rust-version = "1.65"
license = "MIT"