Skip to content

Commit e5272cc

Browse files
github-actions[bot]lucasfernog
authored andcommitted
publish new versions (tauri-apps#1869)
Co-authored-by: lucasfernog <[email protected]>
1 parent 0e83688 commit e5272cc

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

.changes/fix-updater-warning.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/src-tauri/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.1]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.0]
410

511
- [`e2c4dfb6`](https://github.com/tauri-apps/plugins-workspace/commit/e2c4dfb6af43e5dd8d9ceba232c315f5febd55c1) Update to tauri v2 stable release.

examples/api/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "api"
33
publish = false
4-
version = "2.0.0"
4+
version = "2.0.1"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -52,7 +52,7 @@ features = [
5252
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
5353
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.0.0" }
5454
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.0.0" }
55-
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.0" }
55+
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.1" }
5656
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.0.0" }
5757

5858
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]

plugins/updater/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[2.0.1]
4+
5+
- [`9501cfa5`](https://github.com/tauri-apps/plugins-workspace/commit/9501cfa5f5385b2d7eb43a8378b322ee97cba06f) ([#1868](https://github.com/tauri-apps/plugins-workspace/pull/1868) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Fix configuration parser incorrectly warning about the endpoint scheme.
6+
37
## \[2.0.0]
48

59
- [`e2c4dfb6`](https://github.com/tauri-apps/plugins-workspace/commit/e2c4dfb6af43e5dd8d9ceba232c315f5febd55c1) Update to tauri v2 stable release.

plugins/updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-updater"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "In-app updates for Tauri applications."
55
edition = { workspace = true }
66
authors = { workspace = true }

0 commit comments

Comments
 (0)