Skip to content

Commit

Permalink
Merge pull request #32 from tauri-apps/release-v2
Browse files Browse the repository at this point in the history
Publish New Versions (v2)
  • Loading branch information
lucasfernog authored Sep 23, 2024
2 parents 0cb0e12 + 6ff9ab4 commit 8f9cbcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"tag": "rc",
"changes": [
".changes/fix-parse-command-name.md",
".changes/initial-release.md"
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[2.0.0-rc.1]

- [`5c77fd4`](https://www.github.com/tauri-apps/tauri-invoke-http/commit/5c77fd4e5a120c4b44815610e8e764acdf0f19c6) Properly parse window label and command name on Android (percent encoding).

## \[2.0.0-rc.0]

- [`34b2e94`](https://www.github.com/tauri-apps/tauri-invoke-http/commit/34b2e94981b98d8fde17719da057ffbb502bb4e0) ([#24](https://www.github.com/tauri-apps/tauri-invoke-http/pull/24)) Initial release.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-invoke-http"
version = "2.0.0-rc.0"
version = "2.0.0-rc.1"
edition = "2021"
rust-version = "1.75"
authors = [ "Tauri Programme within The Commons Conservancy" ]
Expand Down

0 comments on commit 8f9cbcc

Please sign in to comment.