Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
@@ -118,6 +118,7 @@
".changes/dangerous-disable-asset-csp.md",
".changes/data-url-csp.md",
".changes/debian-priority.md",
+ ".changes/dev-alias.md",
".changes/dev-cmd-config-arg.md",
".changes/dev-csp.md",
".changes/dev-keep-default-features.md",
@@ -1,5 +1,10 @@
# Changelog
+## \[1.0.0-rc.11]
+
+- Create `dev` cfg alias.
+ - [9cdcf9b3](https://www.github.com/tauri-apps/tauri/commit/9cdcf9b3a8fa27612b3156c1702a4e776627e869) feat(build): create `dev` alias ([#4212](https://www.github.com/tauri-apps/tauri/pull/4212)) on 2022-05-25
## \[1.0.0-rc.10]
- Delete existing sidecar before copying new one.
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
-version = "1.0.0-rc.10"
+version = "1.0.0-rc.11"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
@@ -4,5 +4,5 @@
"node": ">= 10.0.0"
},
"tauri": "1.0.0-rc.13",
- "tauri-build": "1.0.0-rc.10"
+ "tauri-build": "1.0.0-rc.11"
}