From 59f1244988eb782b52c95e374b61ba8170df54ef Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 22 Nov 2024 09:35:56 -0500 Subject: [PATCH] chore: changelog v0.10.0.rc1 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb8ecb0d9..5161b60fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v0.10.0.rc1](https://github.com/pyapp-kit/magicgui/tree/v0.10.0.rc1) (2024-11-22) + +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.9.1...v0.10.0.rc1) + +**Implemented enhancements:** + +- feat: Implement `TypeMap` to enable module specific type map registration [\#677](https://github.com/pyapp-kit/magicgui/pull/677) ([hanjinliu](https://github.com/hanjinliu)) + +**Documentation:** + +- docs: fix docs build [\#670](https://github.com/pyapp-kit/magicgui/pull/670) ([tlambert03](https://github.com/tlambert03)) + +**Merged pull requests:** + +- build: drop python 3.8 add py3.13 [\#671](https://github.com/pyapp-kit/magicgui/pull/671) ([tlambert03](https://github.com/tlambert03)) +- refactor: Make all the valued containers subclass `ValueWidget` [\#663](https://github.com/pyapp-kit/magicgui/pull/663) ([hanjinliu](https://github.com/hanjinliu)) + ## [v0.9.1](https://github.com/pyapp-kit/magicgui/tree/v0.9.1) (2024-08-06) [Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.9.0...v0.9.1)