From 56d0d4f994b49d2a808f74f3ac74a1169c2a574b Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 22 Nov 2024 09:21:49 -0500 Subject: [PATCH] chore: changelog v0.3.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c19ae93..edaa798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.3.1](https://github.com/pyapp-kit/app-model/tree/v0.3.1) (2024-11-22) + +[Full Changelog](https://github.com/pyapp-kit/app-model/compare/v0.3.0...v0.3.1) + +**Merged pull requests:** + +- build: drop 3.8 and add 3.13 [\#224](https://github.com/pyapp-kit/app-model/pull/224) ([tlambert03](https://github.com/tlambert03)) +- ci: \[pre-commit.ci\] autoupdate [\#222](https://github.com/pyapp-kit/app-model/pull/222) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) + ## [v0.3.0](https://github.com/pyapp-kit/app-model/tree/v0.3.0) (2024-09-17) [Full Changelog](https://github.com/pyapp-kit/app-model/compare/v0.2.8...v0.3.0)