Skip to content

Commit 45a54d1

Browse files
committed
chore: changelog v0.9.2
1 parent c559e7e commit 45a54d1

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## [v0.10.1](https://github.com/pyapp-kit/magicgui/tree/v0.10.1) (2025-06-03)
412

513
[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.10.0...v0.10.1)
@@ -8,14 +16,14 @@
816

917
- Fix RangeEdit step min [\#701](https://github.com/pyapp-kit/magicgui/pull/701) ([tlambert03](https://github.com/tlambert03))
1018
- 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))
1120

1221
**Merged pull requests:**
1322

1423
- build: use uv for project management [\#700](https://github.com/pyapp-kit/magicgui/pull/700) ([tlambert03](https://github.com/tlambert03))
1524
- 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))
1625
- 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))
1726
- 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))
1927

2028
## [v0.10.0](https://github.com/pyapp-kit/magicgui/tree/v0.10.0) (2024-12-16)
2129

@@ -758,7 +766,7 @@
758766

759767
## [v0.2.7](https://github.com/pyapp-kit/magicgui/tree/v0.2.7) (2021-02-28)
760768

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)
762770

763771
**Implemented enhancements:**
764772

@@ -792,13 +800,13 @@
792800
- update changelog [\#137](https://github.com/pyapp-kit/magicgui/pull/137) ([tlambert03](https://github.com/tlambert03))
793801
- \[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))
794802

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)
796804

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)
798806

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)
800808

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)
802810

803811
**Merged pull requests:**
804812

0 commit comments

Comments
 (0)