diff --git a/Cargo.lock b/Cargo.lock index e53f0a93..555ab110 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1306,7 +1306,7 @@ dependencies = [ [[package]] name = "eframe" -version = "0.20.0" +version = "0.20.1" dependencies = [ "bytemuck", "dark-light", @@ -1365,7 +1365,7 @@ dependencies = [ [[package]] name = "egui-winit" -version = "0.20.0" +version = "0.20.1" dependencies = [ "accesskit_winit", "arboard", @@ -1435,7 +1435,7 @@ dependencies = [ [[package]] name = "egui_glium" -version = "0.20.0" +version = "0.20.1" dependencies = [ "ahash 0.8.2", "bytemuck", @@ -1449,7 +1449,7 @@ dependencies = [ [[package]] name = "egui_glow" -version = "0.20.0" +version = "0.20.1" dependencies = [ "bytemuck", "document-features", diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md index e70ff9fb..c5898f13 100644 --- a/crates/eframe/CHANGELOG.md +++ b/crates/eframe/CHANGELOG.md @@ -5,6 +5,9 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C ## Unreleased + + +## 0.20.1 - 2022-12-11 * Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml index 852c6866..5298eb91 100644 --- a/crates/eframe/Cargo.toml +++ b/crates/eframe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eframe" -version = "0.20.0" +version = "0.20.1" authors = ["Emil Ernerfeldt "] description = "egui framework - write GUI apps that compiles to web and/or natively" edition = "2021" diff --git a/crates/egui-winit/CHANGELOG.md b/crates/egui-winit/CHANGELOG.md index ccd7774e..c9bada00 100644 --- a/crates/egui-winit/CHANGELOG.md +++ b/crates/egui-winit/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to the `egui-winit` integration will be noted in this file. ## Unreleased + + +## 0.20.1 - 2022-12-11 * Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). diff --git a/crates/egui-winit/Cargo.toml b/crates/egui-winit/Cargo.toml index 2aec837f..86cf835f 100644 --- a/crates/egui-winit/Cargo.toml +++ b/crates/egui-winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui-winit" -version = "0.20.0" +version = "0.20.1" authors = ["Emil Ernerfeldt "] description = "Bindings for using egui with winit" edition = "2021" diff --git a/crates/egui_glium/CHANGELOG.md b/crates/egui_glium/CHANGELOG.md index 2f8ee202..e1db208b 100644 --- a/crates/egui_glium/CHANGELOG.md +++ b/crates/egui_glium/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to the `egui_glium` integration will be noted in this file. ## Unreleased + + +## 0.20.1 - 2022-12-11 * Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). diff --git a/crates/egui_glium/Cargo.toml b/crates/egui_glium/Cargo.toml index 51345f4a..46e18496 100644 --- a/crates/egui_glium/Cargo.toml +++ b/crates/egui_glium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_glium" -version = "0.20.0" +version = "0.20.1" authors = ["Emil Ernerfeldt "] description = "Bindings for using egui natively using the glium library" edition = "2021" diff --git a/crates/egui_glow/CHANGELOG.md b/crates/egui_glow/CHANGELOG.md index 28864462..975aa13f 100644 --- a/crates/egui_glow/CHANGELOG.md +++ b/crates/egui_glow/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to the `egui_glow` integration will be noted in this file. ## Unreleased + + +## 0.20.1 - 2022-12-11 * Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). diff --git a/crates/egui_glow/Cargo.toml b/crates/egui_glow/Cargo.toml index 7630ab62..22e12c09 100644 --- a/crates/egui_glow/Cargo.toml +++ b/crates/egui_glow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_glow" -version = "0.20.0" +version = "0.20.1" authors = ["Emil Ernerfeldt "] description = "Bindings for using egui natively using the glow library" edition = "2021"