Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Mar 8, 2022
1 parent bcd4316 commit d1306aa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
".changes/fix-cli-signer-sign-cmd.md",
".changes/fix-cli.js-windows-freezing.md",
".changes/fix-close-requested-js-event.md",
".changes/fix-csp-fallback-route.md",
".changes/fix-csp-linux.md",
".changes/fix-deadlock-create-window-from-menu.md",
".changes/fix-deadlock-path-iter.md",
".changes/fix-default-freeze-prototype.md",
Expand Down
7 changes: 7 additions & 0 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[1.0.0-rc.5]

- Properly apply the CSP when loading a route that fallbacks to index.html.
- [bcd43168](https://www.github.com/tauri-apps/tauri/commit/bcd43168a528dc4c54e28788430a93654c8fb452) fix(core): properly add CSP header to fallback routes ([#3641](https://www.github.com/tauri-apps/tauri/pull/3641)) on 2022-03-08
- Fix CSP usage on Linux when changing it via the `on_web_resource_request` handler.
- [f5efc248](https://www.github.com/tauri-apps/tauri/commit/f5efc248da511e0924c9673b947d5de7ef69ac45) fix(core): runtime CSP changes on Linux on 2022-03-07

## \[1.0.0-rc.4]

- Run `AppHandle` cleanup code before restarting the application on the `process > relaunch` API.
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.0.0-rc.4"
version = "1.0.0-rc.5"

[package.metadata.docs.rs]
no-default-features = true
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0-rc.6",
"node": ">= 12.13.0"
},
"tauri": "1.0.0-rc.4",
"tauri": "1.0.0-rc.5",
"tauri-build": "1.0.0-rc.4"
}

0 comments on commit d1306aa

Please sign in to comment.