From 950982ff09a095709a8b0ef40472229a03446d3d Mon Sep 17 00:00:00 2001 From: lucasfernog Date: Mon, 16 Sep 2024 10:51:02 +0000 Subject: [PATCH] [create-pull-request] automated change --- .changes/initial-release.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 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 95ca816..0000000 --- a/.changes/initial-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-invoke-http": "minor" ---- - -Initial release. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ec405f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[0.1.0] + +- [`67b0218`](https://www.github.com/tauri-apps/tauri-invoke-http/commit/67b02182cc122af0afaa9e0b2fcb715908ab73e9) Initial release. diff --git a/Cargo.toml b/Cargo.toml index 9df32a4..105fcd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-invoke-http" -version = "0.0.0" +version = "0.1.0" edition = "2021" rust-version = "1.60" authors = [ "Tauri Programme within The Commons Conservancy" ]