Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: jbolda <me@jacobbolda.com>
  • Loading branch information
github-actions[bot] and jbolda committed Aug 4, 2020
1 parent e1fd626 commit 2b3ef7b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changes/912-unicode-messages.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/921-fix-cli-args.md

This file was deleted.

5 changes: 5 additions & 0 deletions cli/tauri.js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.11.1]

- Fix command line arguments -W (window title) and -P (dev server uri) to work as intended.
- [e1fd626](https://www.github.com/tauri-apps/tauri/commit/e1fd626453bf6310b18e48472aa831c367212290) Fix typos referring to CLI args in init command ([#921](https://www.github.com/tauri-apps/tauri/pull/921)) on 2020-08-03

## [0.11.0]

- Fixes the Webview initialization on Windows.
Expand Down
2 changes: 1 addition & 1 deletion cli/tauri.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri",
"version": "0.11.0",
"version": "0.11.1",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
Expand Down
6 changes: 6 additions & 0 deletions tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.9.1]

- Adjust payload formatting to handle multibyte characters in front-end message
payloads.
- [df70ca5](https://www.github.com/tauri-apps/tauri/commit/df70ca51965665952a74161cc6eb1ff19eae45e2) Fix [#912](https://www.github.com/tauri-apps/tauri/pull/912) multibyte character breaks message ([#914](https://www.github.com/tauri-apps/tauri/pull/914)) on 2020-08-01

## [0.9.0]

- Make sure CSS content loaded with the `loadAsset` API is inside a template string and not injected raw.
Expand Down
2 changes: 1 addition & 1 deletion tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "0.9.0"
version = "0.9.1"
authors = [
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
Expand Down

0 comments on commit 2b3ef7b

Please sign in to comment.