Skip to content

Commit

Permalink
Publish New Versions (#686)
Browse files Browse the repository at this point in the history
* publish new versions

* Update Cargo.toml

---------

Co-authored-by: wusyong <[email protected]>
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2023
1 parent 666235b commit 382ea30
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changes/android_fn_0_jni_args.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/shadow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/wayland_handle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/windows-rs.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.18.0]

- Fix undecorated window shadow enabled by default on Windows.
- [1011b688](https://github.com/tauri-apps/tao/commit/1011b688ab67ffe898e24a3fa9c4566e91ab7359) fix(windows): default undecorated shadow to false ([#689](https://github.com/tauri-apps/tao/pull/689)) on 2023-02-07
- On Linux, Add wayland raw handle methods. (#685)
- [3ce71295](https://github.com/tauri-apps/tao/commit/3ce71295c1a55134e77bb461c0fd49347b782403) Add missing change file in [#685](https://github.com/tauri-apps/tao/pull/685) on 2023-02-04
- Update `windows-rs` to `0.44` which bumps the MSRV of this crate on Windows to `1.64`.
- [8971d731](https://github.com/tauri-apps/tao/commit/8971d731b02ec61a1665351c9bae11f5e4058dc4) chore(deps): update to windows-rs 0.44 ([#687](https://github.com/tauri-apps/tao/pull/687)) on 2023-02-06

## \[0.17.0]

- Bump gtk version: 0.15 -> 0.16
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "tao"
version = "0.17.0"
version = "0.18.0"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
"The winit contributors"
]
edition = "2021"
rust-version = "1.56"
keywords = ["windowing"]
keywords = [ "windowing" ]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/tauri-apps/tao"
Expand Down
5 changes: 5 additions & 0 deletions tao-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.1.1]

- Fix passing empty array for args in `android_fn!` macro
- [666235b0](https://github.com/tauri-apps/tao/commit/666235b0e1fce0ca286c194aa75422021a6f0c4b) fix(tao-macros): fix using android_fn! with 0 jni args ([#688](https://github.com/tauri-apps/tao/pull/688)) on 2023-02-07

## \[0.1.0]

- Publish tao-macro v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion tao-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tao-macros"
description = "Proc macros for tao"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = [ "Tauri Programme within The Commons Conservancy" ]
rust-version = "1.56"
Expand Down

0 comments on commit 382ea30

Please sign in to comment.