Skip to content

Commit 8488a3f

Browse files
authored
apply version updates
1 parent c4bb305 commit 8488a3f

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
".changes/msi-license.md",
211211
".changes/non-exhaustive.md",
212212
".changes/notification-permission.md",
213+
".changes/notification-regression.md",
213214
".changes/panic-dispatcher-getter-main-thread.md",
214215
".changes/path-resolver.md",
215216
".changes/percent-decode-asset-protocol.md",

core/tauri/CHANGELOG.md

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

3+
## \[1.0.0-beta.9]
4+
5+
- Fixes `Notification.requestPermission()` deadlock.
6+
- [48f3768c](https://www.github.com/tauri-apps/tauri/commit/48f3768c41a2c68e2e097fcc1ef50e549c1dfb78) fix(core): `Notification.requestPermission()` deadlock regression on 2021-08-24
7+
38
## \[1.0.0-beta.8]
49

510
- Fix missing asset protocol path.Now the protocol is `https://asset.localhost/path/to/file` on Windows. Lunix and macOS

core/tauri/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"
3-
version = "1.0.0-beta.8"
3+
version = "1.0.0-beta.9"
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
55
categories = [ "gui", "web-programming" ]
66
license = "Apache-2.0 OR MIT"

tooling/cli.rs/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.0.0-beta.10",
44
"node": ">= 12.13.0"
55
},
6-
"tauri": "1.0.0-beta.8",
6+
"tauri": "1.0.0-beta.9",
77
"tauri-build": "1.0.0-beta.4"
88
}

0 commit comments

Comments
 (0)