publish new versions (#1084)

Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-04 11:14:20 +01:00
committed by GitHub
parent 1be8f76e24
commit c97080cd0d
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"tao": patch
---
Fixed application crash during startup when certain window buttons are disabled on macOS.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.32.7]
- [`1951b9ab`](https://github.com/tauri-apps/tao/commit/1951b9abbb4bf424e573c75161db40e68c4c603d) ([#1083](https://github.com/tauri-apps/tao/pull/1083) by [@gezihuzi](https://github.com/tauri-apps/tao/../../gezihuzi)) Fixed application crash during startup when certain window buttons are disabled on macOS.
## \[0.32.6]
- [`9d1da74b`](https://github.com/tauri-apps/tao/commit/9d1da74bb70f7bb17a4d41532c2b94c709b65ec8) ([#1080](https://github.com/tauri-apps/tao/pull/1080) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) Fix crash on Windows because of missing functions on older Windows systems, regression in 0.32

2
Cargo.lock generated
View File

@@ -2216,7 +2216,7 @@ dependencies = [
[[package]]
name = "tao"
version = "0.32.6"
version = "0.32.7"
dependencies = [
"bitflags 2.8.0",
"core-foundation",

View File

@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.32.6"
version = "0.32.7"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",