Apply Version Updates From Current Changes (#3461)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-02-14 18:47:19 -03:00
committed by GitHub
parent afcc3ec501
commit bf05c3aeb4
4 changed files with 8 additions and 2 deletions

View File

@@ -32,6 +32,7 @@
".changes/async-runtime-set.md",
".changes/async-runtime-spawn-blocking.md",
".changes/before-script-envs.md",
".changes/build-rerun-if-resource-sidecar-change.md",
".changes/build-specify-win-sdk.md",
".changes/bundler-add-provider-short-name.md",
".changes/bundler-appimage-fuse.md",

View File

@@ -1,5 +1,10 @@
# Changelog
## \[1.0.0-rc.2]
- Rerun if sidecar or resource change.
- [afcc3ec5](https://www.github.com/tauri-apps/tauri/commit/afcc3ec50148074293350aaa26a05812207716be) fix(build): rerun if resource or sidecar change ([#3460](https://www.github.com/tauri-apps/tauri/pull/3460)) on 2022-02-14
## \[1.0.0-rc.1]
- Remove `cargo:rerun-if-changed` check for non-existent file that caused projects to *always* rebuild.

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"

View File

@@ -4,5 +4,5 @@
"node": ">= 12.13.0"
},
"tauri": "1.0.0-rc.2",
"tauri-build": "1.0.0-rc.1"
"tauri-build": "1.0.0-rc.2"
}