publish new versions (#1142)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-18 11:23:48 +02:00
committed by GitHub
parent 37dbd4c38d
commit 9f545c65ad
33 changed files with 228 additions and 121 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## \[2.0.0-beta.6]
- [`ed46dca`](https://github.com/tauri-apps/plugins-workspace/commit/ed46dca74ff3947dbbcb26a7b571c129bf925698) Added the `semver` feature flag to make the single instance mechanism only trigger for semver compatible versions.
## \[2.0.0-beta.5]
- [`dabac0e`](https://github.com/tauri-apps/plugins-workspace/commit/dabac0eedfd6e6d192c6c5a214e708b3c0223f6f)([#1035](https://github.com/tauri-apps/plugins-workspace/pull/1035)) Added implementation for MacOS.
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "tauri-plugin-single-instance"
version = "2.0.0-beta.5"
version = "2.0.0-beta.6"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }
repository = { workspace = true }
exclude = [ "/examples" ]
[package.metadata.docs.rs]
@@ -37,4 +37,4 @@ features = [
zbus = "4"
[features]
semver = ["dep:semver"]
semver = [ "dep:semver" ]