From f75499ca7e82f5ccd104bd491856d58b4093be0f Mon Sep 17 00:00:00 2001 From: FabianLars Date: Thu, 7 Mar 2024 11:16:55 +0000 Subject: [PATCH] publish new versions --- .changes/pre.json | 1 + plugins/store/CHANGELOG.md | 4 ++++ plugins/store/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index b7b5906e7..246884ca8 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -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", diff --git a/plugins/store/CHANGELOG.md b/plugins/store/CHANGELOG.md index 1a94cc62e..ae9b43ab7 100644 --- a/plugins/store/CHANGELOG.md +++ b/plugins/store/CHANGELOG.md @@ -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. diff --git a/plugins/store/Cargo.toml b/plugins/store/Cargo.toml index 04e7fdf69..8b6328d61 100644 --- a/plugins/store/Cargo.toml +++ b/plugins/store/Cargo.toml @@ -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 }