Publish New Versions (v2) (#982)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
pull/950/head single-instance-v2.0.0-beta.2
github-actions[bot] 1 year ago committed by GitHub
parent 6d1e6218b5
commit 267e39e250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,6 +2,7 @@
"tag": "beta",
"changes": [
".changes/beta.md",
".changes/fix-zbus-import.md",
".changes/msrv-1.75.md",
".changes/tauri-beta-4.md"
]

@ -1,5 +1,9 @@
# Changelog
## \[2.0.0-beta.2]
- [`6d1e621`](https://github.com/tauri-apps/plugins-workspace/commit/6d1e6218b5877ef91f589f790f7251acda9c9605)([#981](https://github.com/tauri-apps/plugins-workspace/pull/981)) Fix `zbus::blocking::connection::Builder` import.
## \[2.0.0-beta.1]
- [`14f381a`](https://github.com/tauri-apps/plugins-workspace/commit/14f381acf8fe690acecc676922c6f05939b95734) Update MSRV to 1.75.

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-single-instance"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }

Loading…
Cancel
Save