|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.9.2](https://github.com/pyapp-kit/magicgui/tree/v0.9.2) (2025-06-08) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.10.1...v0.9.2) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- test: ensure everything works with minimal declared dependencies, test all examples [\#702](https://github.com/pyapp-kit/magicgui/pull/702) ([tlambert03](https://github.com/tlambert03)) |
| 10 | + |
3 | 11 | ## [v0.10.1](https://github.com/pyapp-kit/magicgui/tree/v0.10.1) (2025-06-03)
|
4 | 12 |
|
5 | 13 | [Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.10.0...v0.10.1)
|
|
8 | 16 |
|
9 | 17 | - Fix RangeEdit step min [\#701](https://github.com/pyapp-kit/magicgui/pull/701) ([tlambert03](https://github.com/tlambert03))
|
10 | 18 | - fix: fix name collisions between dataclass fields and guiclass container attributes [\#688](https://github.com/pyapp-kit/magicgui/pull/688) ([tlambert03](https://github.com/tlambert03))
|
| 19 | +- fix: fix qt main window composition [\#686](https://github.com/pyapp-kit/magicgui/pull/686) ([tlambert03](https://github.com/tlambert03)) |
11 | 20 |
|
12 | 21 | **Merged pull requests:**
|
13 | 22 |
|
14 | 23 | - build: use uv for project management [\#700](https://github.com/pyapp-kit/magicgui/pull/700) ([tlambert03](https://github.com/tlambert03))
|
15 | 24 | - ci\(pre-commit.ci\): autoupdate [\#692](https://github.com/pyapp-kit/magicgui/pull/692) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
|
16 | 25 | - ci\(pre-commit.ci\): autoupdate [\#689](https://github.com/pyapp-kit/magicgui/pull/689) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
|
17 | 26 | - ci\(pre-commit.ci\): autoupdate [\#687](https://github.com/pyapp-kit/magicgui/pull/687) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
|
18 |
| -- fix: fix qt main window composition [\#686](https://github.com/pyapp-kit/magicgui/pull/686) ([tlambert03](https://github.com/tlambert03)) |
19 | 27 |
|
20 | 28 | ## [v0.10.0](https://github.com/pyapp-kit/magicgui/tree/v0.10.0) (2024-12-16)
|
21 | 29 |
|
|
758 | 766 |
|
759 | 767 | ## [v0.2.7](https://github.com/pyapp-kit/magicgui/tree/v0.2.7) (2021-02-28)
|
760 | 768 |
|
761 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.6...v0.2.7) |
| 769 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.6rc0...v0.2.7) |
762 | 770 |
|
763 | 771 | **Implemented enhancements:**
|
764 | 772 |
|
|
792 | 800 | - update changelog [\#137](https://github.com/pyapp-kit/magicgui/pull/137) ([tlambert03](https://github.com/tlambert03))
|
793 | 801 | - \[pre-commit.ci\] pre-commit autoupdate [\#136](https://github.com/pyapp-kit/magicgui/pull/136) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
|
794 | 802 |
|
795 |
| -## [v0.2.6](https://github.com/pyapp-kit/magicgui/tree/v0.2.6) (2021-01-25) |
| 803 | +## [v0.2.6rc0](https://github.com/pyapp-kit/magicgui/tree/v0.2.6rc0) (2021-01-25) |
796 | 804 |
|
797 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.6rc0...v0.2.6) |
| 805 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.6...v0.2.6rc0) |
798 | 806 |
|
799 |
| -## [v0.2.6rc0](https://github.com/pyapp-kit/magicgui/tree/v0.2.6rc0) (2021-01-25) |
| 807 | +## [v0.2.6](https://github.com/pyapp-kit/magicgui/tree/v0.2.6) (2021-01-25) |
800 | 808 |
|
801 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.5...v0.2.6rc0) |
| 809 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.5...v0.2.6) |
802 | 810 |
|
803 | 811 | **Merged pull requests:**
|
804 | 812 |
|
|
0 commit comments