From 6413b0388632b4dbc60c666a56975510d25e5637 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 20:44:24 +0200 Subject: [PATCH] publish new versions (#24) Co-authored-by: amrbashir --- .changes/initial-release.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/initial-release.md create mode 100644 CHANGELOG.md diff --git a/.changes/initial-release.md b/.changes/initial-release.md deleted file mode 100644 index c9c294d..0000000 --- a/.changes/initial-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-vibrancy": "minor" ---- - -Initial Release. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f6da8ba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## \[0.1.0] + +- Initial Release. + - [78acb98](https://github.com/tauri-apps/window-vibrancy/commit/78acb9800f9a67ff5793de0b45b78225d91e2947) chore(readme): remove installation section on 2022-03-05 diff --git a/Cargo.toml b/Cargo.toml index 24b14c9..e5030c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "window-vibrancy" description = "Make your windows vibrant." authors = [ "Tauri Programme within The Commons Conservancy" ] -version = "0.0.0" +version = "0.1.0" edition = "2021" rust-version = "1.56" license = "Apache-2.0 OR MIT"