From 63578aefd0ad62b870b79d2ed6d6f475cbf35e03 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 25 Jul 2024 15:02:46 -0400 Subject: [PATCH] release: bump version to 0.9.1 Signed-off-by: Eric Callahan --- docs/changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index ea5970e..35a1a97 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.9.1] - 2024-07-25 + +### Fixed +- **source_info**: Fixed `importlib.metadata` compatibility issues with python + versions 3.9 or older. + ## [0.9.0] - 2024-07-25 ### Added @@ -184,7 +190,8 @@ The format is based on [Keep a Changelog]. [api_changes.md]: api_changes.md -[unreleased]: https://github.com/Arksine/moonraker/compare/v0.9.0...HEAD +[unreleased]: https://github.com/Arksine/moonraker/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/Arksine/moonraker/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/Arksine/moonraker/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/Arksine/moonraker/compare/v0.7.1...v0.8.0 [0.7.1]: https://github.com/Arksine/moonraker/releases/tag/v0.7.1 \ No newline at end of file