From edb79182a5b30aff6f220fd8fa2c106775616fc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 00:29:59 +0200 Subject: [PATCH] Publish New Versions (#39) Co-authored-by: amrbashir --- .changes/update-docs.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/update-docs.md diff --git a/.changes/update-docs.md b/.changes/update-docs.md deleted file mode 100644 index 32a9018..0000000 --- a/.changes/update-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-shadows": "patch" ---- - -Update docs to include conditional compliation flags. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e6e88..32e35b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.2.1] + +- Update docs to include conditional compliation flags. + - [a9db8cf](https://github.com/tauri-apps/window-shadows/commit/a9db8cf57317ed4383a094daef33e0cc9875b702) chore: update docs on 2022-12-29 + ## \[0.2.0] - Update `raw-window-handle` dependency to 0.5 diff --git a/Cargo.toml b/Cargo.toml index 7d2d2a8..7f8bf11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "window-shadows" description = "Add native shadows to your windows." authors = [ "Tauri Programme within The Commons Conservancy" ] -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md"