Skip to content

Apply Version Updates From Current Changes - #15634

Draft
github-actions[bot] wants to merge 1 commit into
devfrom
release/version-updates
Draft

Apply Version Updates From Current Changes#15634
github-actions[bot] wants to merge 1 commit into
devfrom
release/version-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

@tauri-apps/api

[2.12.0]

New Features

Enhancements

  • be01979 (fix: add ECMAScript Explicit Resource Management to Resource #14103 by @ddosakura) Add ECMAScript Explicit Resource Management to Resource. You can now use the using syntax in supported browsers or with polyfills:

    import { create, BaseDirectory } from "@tauri-apps/plugin-fs"
    ...
    {
      await using file = await create("foo/bar.txt", { baseDir: BaseDirectory.AppConfig });
      await file.write(new TextEncoder().encode("Hello world"));
      // Before `file` goes out of scope, it is disposed by calling `file[Symbol.asyncDispose]()` and awaited.
    }

tauri-utils

[2.10.0]

New Features

Enhancements

Bug Fixes

What's Changed

Dependencies

tauri-macos-sign

[2.4.0]

What's Changed

Dependencies

tauri-bundler

[2.10.0]

New Features

Bug Fixes

What's Changed

Dependencies

  • Upgraded to tauri-utils@2.10.0
  • Upgraded to tauri-macos-sign@2.4.0
  • 7632efd (chore(deps): update dependencies of tauri-cli #15641 by @FabianLars) Breaking Change: Updated various dependencies and removed goblin. Some of these dependencies are part of the public API which makes this a breaking change. Added a warning about tauri-bundler's API stability in reflection to past regular breaking struct changes.

tauri-runtime

[2.12.0]

New Features

What's Changed

Dependencies

Breaking Changes

tauri-runtime-wry

[2.12.0]

New Features

Bug Fixes

What's Changed

Dependencies

Breaking Changes

tauri-codegen

[2.7.0]

Bug Fixes

What's Changed

Dependencies

tauri-macros

[2.7.0]

Enhancements

Bug Fixes

  • 448d39e (fix: menu related commands can panic #15860 by @Legend-Master) Fix menu related commands can panic if called with invalid menu types through invoke directly.

    • The internal do_menu_item! macro now returns Err(crate::Error::UnexpectedMenuKind) instead of unreachable!()
    • Added a new error type tauri::Error::UnexpectedMenuKind

What's Changed

Dependencies

  • Upgraded to tauri-utils@2.10.0
  • Upgraded to tauri-codegen@2.7.0

tauri-plugin

[2.7.0]

What's Changed

Dependencies

  • Upgraded to tauri-utils@2.10.0

tauri-build

[2.7.0]

New Features

Enhancements

Bug Fixes

  • dd6befd (fix(tauri-build): emit absolute capabilities rerun-if-changed path #15918 by @valorkin) Emit an absolute path for the capabilities directory cargo:rerun-if-changed. Cargo resolves a relative watch path against the package owning the build script, while the capabilities glob is resolved against the process working directory, so callers that change the current directory before try_build/try_build_context ended up watching a non-existent directory — which is always dirty and re-ran the build script (and recompiled everything downstream) on every build.
  • c0bd0d5 (fix(build): resolve target dir from OUT_DIR on new nightly #15831 by @lazerg) Resolve the target directory by walking up from OUT_DIR to the build directory instead of assuming it is exactly three levels up. Recent nightly toolchains add another level to OUT_DIR, which made sidecars and resources land in target/debug/build instead of target/debug.

What's Changed

Dependencies

tauri

[2.12.0]

New Features

Enhancements

Bug Fixes

What's Changed

Dependencies

Breaking Changes

@tauri-apps/cli

[2.12.0]

New Features

Enhancements

Bug Fixes

What's Changed

Dependencies

  • Upgraded to tauri-cli@2.12.0

  • e2e585a (fix(android): update template to use gradle 9 #15828 by @Legend-Master) On Android, fix missing consumer-rules.pro file in the template.

    IMPORTANT: For plugin authors, update your build.gradle.kts file to remove the

        buildTypes {
            release {
                isMinifyEnabled = false
                proguardFiles(
                    getDefaultProguardFile("proguard-android-optimize.txt"),
                    "proguard-rules.pro"
                )
            }
        }

    section and rename your proguard-rules.pro to consumer-rules.pro to match the consumerProguardFiles("consumer-rules.pro") in the template.

  • e2e585a (fix(android): update template to use gradle 9 #15828 by @Legend-Master) On Android, updated the template to use Gradle v9.6.1 (com.android.tools.build:gradle v9.3.1) and Kotlin v2.2. Use tauri android init to apply the change.

tauri-cli

[2.12.0]

New Features

Enhancements

Bug Fixes

What's Changed

Dependencies

  • Upgraded to tauri-utils@2.10.0

  • Upgraded to tauri-bundler@2.10.0

  • Upgraded to tauri-macos-sign@2.4.0

  • e2e585a (fix(android): update template to use gradle 9 #15828 by @Legend-Master) On Android, fix missing consumer-rules.pro file in the template.

    IMPORTANT: For plugin authors, update your build.gradle.kts file to remove the

        buildTypes {
            release {
                isMinifyEnabled = false
                proguardFiles(
                    getDefaultProguardFile("proguard-android-optimize.txt"),
                    "proguard-rules.pro"
                )
            }
        }

    section and rename your proguard-rules.pro to consumer-rules.pro to match the consumerProguardFiles("consumer-rules.pro") in the template.

  • e2e585a (fix(android): update template to use gradle 9 #15828 by @Legend-Master) On Android, updated the template to use Gradle v9.6.1 (com.android.tools.build:gradle v9.3.1) and Kotlin v2.2. Use tauri android init to apply the change.

tauri-driver

[2.1.0]

What's Changed

@github-actions
github-actions Bot requested a review from a team as a code owner July 2, 2026 05:00
@Legend-Master Legend-Master added this to the 2.12 milestone Jul 2, 2026
@Legend-Master
Legend-Master marked this pull request as draft July 2, 2026 07:17
@github-actions
github-actions Bot force-pushed the release/version-updates branch 25 times, most recently from 9f4e79b to 8fff637 Compare July 9, 2026 08:10
@github-actions
github-actions Bot force-pushed the release/version-updates branch from 8fff637 to 74537d4 Compare July 9, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] Dependency can clobber sidecar with same name

1 participant