From 228f30ed46f1652a57657e34920ef51a3291cce8 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 11 Dec 2022 17:04:23 +0100 Subject: [PATCH] Release 0.20.1 of eframe egui-winit egui_glium egui_glow - docs fixes --- Cargo.lock | 8 ++++---- crates/eframe/CHANGELOG.md | 3 +++ crates/eframe/Cargo.toml | 2 +- crates/egui-winit/CHANGELOG.md | 3 +++ crates/egui-winit/Cargo.toml | 2 +- crates/egui_glium/CHANGELOG.md | 3 +++ crates/egui_glium/Cargo.toml | 2 +- crates/egui_glow/CHANGELOG.md | 3 +++ crates/egui_glow/Cargo.toml | 2 +- 9 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e53f0a93398..555ab11063c 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 e70ff9fb70e..c5898f13d25 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 852c68660e9..5298eb911cf 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 ccd7774eff5..c9bada00509 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 2aec837f0e0..86cf835f3a2 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 2f8ee20236d..e1db208b0e3 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 51345f4a0f1..46e18496c99 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 28864462711..975aa13f098 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 7630ab62e61..22e12c09708 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"