Skip to content

Commit

Permalink
Bump patch version, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanos020 committed Dec 10, 2023
1 parent 0688575 commit 928f0b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 1,10 @@
# egui_dock changelog

## 0.9.1 - 2023-12-10

### Fixed
- Fix crash after calling `DockState::remove_tab`. ([#208](https://github.com/Adanos020/egui_dock/pull/208))

## 0.9.0 - 2023-11-23

### Added
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 system for egui - an immediate-mode GUI library for Rust"
authors = ["lain-dono", "Adam Gąsior (Adanos020)"]
version = "0.9.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.72"
license = "MIT"
Expand Down

0 comments on commit 928f0b4

Please sign in to comment.