From 585f05b2e7c5adbdc6cb9a8f864ce96dbce2491c Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 25 Jan 2024 03:07:16 +0200 Subject: [PATCH] chore: change bump to minor (#870) --- .changes/transient-for-relax-constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/transient-for-relax-constraints.md b/.changes/transient-for-relax-constraints.md index 2b8db9417..4ffdfa697 100644 --- a/.changes/transient-for-relax-constraints.md +++ b/.changes/transient-for-relax-constraints.md @@ -1,5 +1,5 @@ --- -"tao": "patch" +"tao": "minor" --- **Breaking Change**: Changed `WindowBuilderExtUnix::with_transient_for` signature to take `&impl gtk::glib::IsA` instead of `gtk::ApplicationWindow` which covers more gtk window types and matches the underlying API call signature.