diff --git a/.changes/fix-cli-bins.md b/.changes/fix-cli-bins.md deleted file mode 100644 index 83b425b7e4ab..000000000000 --- a/.changes/fix-cli-bins.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tauri-cli: "patch:bug" -"@tauri-apps/cli": "patch:bug" ---- - -Fixed an issue that caused `tauri dev` to fail because of an incorrect `--bins` flag. diff --git a/Cargo.lock b/Cargo.lock index 559cb5f55836..7ea9926a6b01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9135,7 +9135,7 @@ dependencies = [ [[package]] name = "tauri-cli" -version = "2.2.6" +version = "2.2.7" dependencies = [ "anyhow", "ar", diff --git a/crates/tauri-cli/CHANGELOG.md b/crates/tauri-cli/CHANGELOG.md index 80674ec5d459..1b835d08c924 100644 --- a/crates/tauri-cli/CHANGELOG.md +++ b/crates/tauri-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.2.7] + +### Bug Fixes + +- [`8e9134c4a`](https://www.github.com/tauri-apps/tauri/commit/8e9134c4a2047329be0dbb868b7ae061a9d3f190) ([#12511](https://www.github.com/tauri-apps/tauri/pull/12511) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused `tauri dev` to fail because of an incorrect `--bins` flag. + ## \[2.2.6] ### Enhancements diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index cf2a737302be..668680547a28 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-cli" -version = "2.2.6" +version = "2.2.7" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" rust-version = "1.77.2" diff --git a/crates/tauri-cli/metadata-v2.json b/crates/tauri-cli/metadata-v2.json index 6f35ae1de197..70f1bd188d91 100644 --- a/crates/tauri-cli/metadata-v2.json +++ b/crates/tauri-cli/metadata-v2.json @@ -1,6 +1,6 @@ { "cli.js": { - "version": "2.2.6", + "version": "2.2.7", "node": ">= 10.0.0" }, "tauri": "2.2.4", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a6429003c1c4..4062b1db57b1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[2.2.7] + +### Bug Fixes + +- [`8e9134c4a`](https://www.github.com/tauri-apps/tauri/commit/8e9134c4a2047329be0dbb868b7ae061a9d3f190) ([#12511](https://www.github.com/tauri-apps/tauri/pull/12511) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused `tauri dev` to fail because of an incorrect `--bins` flag. + +### Dependencies + +- Upgraded to `tauri-cli@2.2.7` + ## \[2.2.6] ### Enhancements diff --git a/packages/cli/package.json b/packages/cli/package.json index 9bf3be7caecb..6cdd6d3880cd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/cli", - "version": "2.2.6", + "version": "2.2.7", "description": "Command line interface for building Tauri apps", "funding": { "type": "opencollective",