From 177a9dcca8acd045c50d0c757f32edaabe911e01 Mon Sep 17 00:00:00 2001 From: wusyong Date: Mon, 10 May 2021 14:14:23 +0000 Subject: [PATCH] publish new versions --- .changes/feature-flags.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 16 ++++++++-------- 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 .changes/feature-flags.md diff --git a/.changes/feature-flags.md b/.changes/feature-flags.md deleted file mode 100644 index b9a5486a5..000000000 --- a/.changes/feature-flags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Split feature flags (menu and tray). \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c00fc013..474c6ec53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.2.3] + +- Split feature flags (menu and tray). + - [0035ac31](https://github.com/tauri-apps/tao/commit/0035ac31ea32fd1b04339a678e321411b779a5b6) Add changefile on 2021-05-10 + ## \[0.2.2] - Add dox flag to skip link lib when building doc. diff --git a/Cargo.toml b/Cargo.toml index 21a39cc7a..f07a46c17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.2.2" +version = "0.2.3" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy", @@ -59,17 +59,17 @@ core-graphics = "0.22" dispatch = "0.2" scopeguard = "1.1" -[target."cfg(target_os = \"macos\")".dependencies.core-video-sys] -version = "0.1" -default_features = false -features = [ "display_link" ] + [target."cfg(target_os = \"macos\")".dependencies.core-video-sys] + version = "0.1" + default_features = false + features = [ "display_link" ] [target."cfg(target_os = \"windows\")".dependencies] parking_lot = "0.11" -[target."cfg(target_os = \"windows\")".dependencies.winapi] -version = "0.3" -features = [ + [target."cfg(target_os = \"windows\")".dependencies.winapi] + version = "0.3" + features = [ "combaseapi", "commctrl", "dwmapi",