Pārlūkot izejas kodu

Apply Version Updates From Current Changes (#715)

Co-authored-by: lucasfernog <lucas@tauri.studio>
github-actions[bot] 5 gadi atpakaļ
vecāks
revīzija
458becce46

+ 0 - 5
.changes/http-request-headers.md

@@ -1,5 +0,0 @@
----
-"tauri-api": patch
----
-
-Fixes the httpRequest headers usage. It now accepts Strings instead of serde_json::Value.

+ 0 - 5
.changes/windows-fix.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Fixes the Windows build with the latest Windows SDK.

+ 1 - 1
cli/tauri.js/package.json

@@ -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"

+ 4 - 0
tauri-api/CHANGELOG.md

@@ -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.

+ 1 - 1
tauri-api/Cargo.toml

@@ -1,6 +1,6 @@
 [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>",

+ 4 - 0
tauri/CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## [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.

+ 1 - 1
tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "0.6.1"
+version = "0.6.2"
 authors = [
   "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
   "Daniel Thompson-Yvetot <denjell@sfosc.org>",