Skip to content

Commit

Permalink
publish new versions (#703)
Browse files Browse the repository at this point in the history
Co-authored-by: wusyong <[email protected]>
  • Loading branch information
github-actions[bot] and wusyong authored Feb 20, 2023
1 parent 5c37a54 commit 953bfc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changes/menu-no-autorelease.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 953bfc4

Please sign in to comment.