From 8613a05c8d449bd178e3d548e5538d00f630e1a8 Mon Sep 17 00:00:00 2001 From: wusyong Date: Mon, 20 Mar 2023 15:00:16 +0000 Subject: [PATCH] [create-pull-request] automated change --- .changes/v2alpha4.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .changes/v2alpha4.md diff --git a/.changes/v2alpha4.md b/.changes/v2alpha4.md deleted file mode 100644 index 55975b0..0000000 --- a/.changes/v2alpha4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-egui": minor ---- - -Update tauri-egui to tauri v2 alpha 4. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dfcd868..642cbf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.3.0] + +- Update tauri-egui to tauri v2 alpha 4. + - [c276d41](https://www.github.com/tauri-apps/tauri-egui/commit/c276d4192487b35eb0923188d8668f1fff6544db) Added change file on 2023-03-20 + ## \[0.2.0] - Update tauri-egui to tauri v2. diff --git a/Cargo.toml b/Cargo.toml index 3060212..2c3b07f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-egui" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" @@ -23,7 +23,7 @@ rand = "0.8" raw-window-handle = "0.5" [dev-dependencies] -tauri = { version = "=2.0.0-alpha.4"} +tauri = { version = "=2.0.0-alpha.4" } egui_demo_app = { path = "examples/egui_demo_app" } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]