From bf9f6630c408e64f6f1dac3904a1ac3473546a0f Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sun, 15 Dec 2024 20:40:45 -0500 Subject: [PATCH] chore: changelog v0.10.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ac4bff3..96b4c4cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v0.10.0](https://github.com/pyapp-kit/magicgui/tree/v0.10.0) (2024-12-14) +## [v0.10.0](https://github.com/pyapp-kit/magicgui/tree/v0.10.0) (2024-12-16) [Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.10.0.rc1...v0.10.0) @@ -10,6 +10,7 @@ **Merged pull requests:** +- test: relax error test for missing iconify [\#682](https://github.com/pyapp-kit/magicgui/pull/682) ([tlambert03](https://github.com/tlambert03)) - ci\(pre-commit.ci\): autoupdate [\#680](https://github.com/pyapp-kit/magicgui/pull/680) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) - chore: restore types in tests/test\_util.py [\#679](https://github.com/pyapp-kit/magicgui/pull/679) ([Czaki](https://github.com/Czaki))