Co-authored-by: lucasfernog <lucas@tauri.studio>
@@ -1,5 +0,0 @@
----
-"tauri-api": patch
-
-Fixes the httpRequest headers usage. It now accepts Strings instead of serde_json::Value.
-"tauri": patch
-Fixes the Windows build with the latest Windows SDK.
@@ -1,6 +1,6 @@
{
"name": "tauri",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
@@ -1,5 +1,9 @@
# Changelog
+## [0.6.1]
+
+- Fixes the httpRequest headers usage. It now accepts Strings instead of serde_json::Value.
## [0.6.0]
- This adds HttpRequestBuilder, described at "alternatives you've considered" section in undefined.
[package]
name = "tauri-api"
-version = "0.6.0"
+version = "0.6.1"
authors = [
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
+## [0.7.1]
+- Fixes the Windows build with the latest Windows SDK.
## [0.7.0]
- Adds a command line interface option to tauri apps, configurable under tauri.conf.json > tauri > cli.
name = "tauri"
-version = "0.6.1"
+version = "0.6.2"