publish new versions (#1042)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-07 12:19:11 +01:00
committed by GitHub
parent 75d82868b2
commit 644eb448bb
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@
".changes/fix-zbus-import.md",
".changes/http-user-agent.md",
".changes/msrv-1.75.md",
".changes/public-with-store.md",
".changes/shell-shellexcute.md",
".changes/tauri-beta-4.md",
".changes/tauri-beta-8.md",
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## \[2.0.0-beta.3]
- [`79691e9`](https://github.com/tauri-apps/plugins-workspace/commit/79691e93e04b820e44dce1c7d91b8865fa6ccb14)([#1040](https://github.com/tauri-apps/plugins-workspace/pull/1040)) Fix `with_store` and `StoreCollection` changed to private in #1011
## \[2.0.0-beta.2]
- [`99bea25`](https://github.com/tauri-apps/plugins-workspace/commit/99bea2559c2c0648c2519c50a18cd124dacef57b)([#1005](https://github.com/tauri-apps/plugins-workspace/pull/1005)) Update to tauri beta.8.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-store"
version = "2.0.0-beta.2"
version = "2.0.0-beta.3"
description = "Simple, persistent key-value store."
authors = { workspace = true }
license = { workspace = true }