publish new versions (#703)

Co-authored-by: wusyong <wusyong@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-02-20 19:01:14 +08:00
committed by GitHub
parent 5c37a54ab5
commit 953bfc42b7
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
"tao": patch
---
Retain NSMenu reference instead of autoreleasing it.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.18.1]
- Retain NSMenu reference instead of autoreleasing it.
- [5c37a54a](https://github.com/tauri-apps/tao/commit/5c37a54ab577e74730052658c9ed2e9b85462be8) fix(macos): retain and release NSMenu manually ([#699](https://github.com/tauri-apps/tao/pull/699)) on 2023-02-20
## \[0.18.0]
- Fix undecorated window shadow enabled by default on Windows.

View File

@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.18.0"
version = "0.18.1"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
@@ -76,9 +76,9 @@ unicode-segmentation = "1.10"
image = { version = "0.24", default-features = false }
windows-implement = "0.44.0"
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.44.0"
features = [
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.44.0"
features = [
"implement",
"Win32_Devices_HumanInterfaceDevice",
"Win32_Foundation",