publish new versions (#1042)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
pull/1048/head store-v2.0.0-beta.3
github-actions[bot] 1 year ago committed by GitHub
parent 75d82868b2
commit 644eb448bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,7 @@
".changes/fix-zbus-import.md", ".changes/fix-zbus-import.md",
".changes/http-user-agent.md", ".changes/http-user-agent.md",
".changes/msrv-1.75.md", ".changes/msrv-1.75.md",
".changes/public-with-store.md",
".changes/shell-shellexcute.md", ".changes/shell-shellexcute.md",
".changes/tauri-beta-4.md", ".changes/tauri-beta-4.md",
".changes/tauri-beta-8.md", ".changes/tauri-beta-8.md",

@ -1,5 +1,9 @@
# Changelog # 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] ## \[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. - [`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,6 +1,6 @@
[package] [package]
name = "tauri-plugin-store" name = "tauri-plugin-store"
version = "2.0.0-beta.2" version = "2.0.0-beta.3"
description = "Simple, persistent key-value store." description = "Simple, persistent key-value store."
authors = { workspace = true } authors = { workspace = true }
license = { workspace = true } license = { workspace = true }

Loading…
Cancel
Save