From 9ca0bbf858f436ed256b9d9d10e6ab6b431e1c6c Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Thu, 25 Apr 2024 15:56:57 -0400 Subject: [PATCH] chore: changelog v0.6.4 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b6cc85..284da2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.6.4](https://github.com/pyapp-kit/superqt/tree/v0.6.4) (2024-04-25) + +[Full Changelog](https://github.com/pyapp-kit/superqt/compare/v0.6.3...v0.6.4) + +**Fixed bugs:** + +- fix: fix inverted appearance [\#240](https://github.com/pyapp-kit/superqt/pull/240) ([tlambert03](https://github.com/tlambert03)) + +**Merged pull requests:** + +- ci: \[pre-commit.ci\] autoupdate [\#238](https://github.com/pyapp-kit/superqt/pull/238) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) + ## [v0.6.3](https://github.com/pyapp-kit/superqt/tree/v0.6.3) (2024-03-27) [Full Changelog](https://github.com/pyapp-kit/superqt/compare/v0.6.2...v0.6.3)