mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
Apply Version Updates From Current Changes (#3461)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
afcc3ec501
commit
bf05c3aeb4
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user