mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
Apply Version Updates From Current Changes (#715)
Co-authored-by: lucasfernog <lucas@tauri.studio>
This commit is contained in:
parent
f4a2bf994e
commit
458becce46
@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-api": patch
|
||||
---
|
||||
|
||||
Fixes the httpRequest headers usage. It now accepts Strings instead of serde_json::Value.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"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.
|
||||
|
@ -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>",
|
||||
|
@ -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,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>",
|
||||
|
Loading…
Reference in New Issue
Block a user