From d9c93ae78c0c5be709b267afaab09de61205e802 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Sat, 1 Feb 2025 18:40:00 +0100 Subject: [PATCH] v0.8.5 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b9068..fdcff63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## 0.8.x +### 0.8.5: Patch for New PyPiUpdater Version +- **PyPiUpdater 0.5** introduced breaking changes; adjusted code to ensure compatibility with the new version. + ### 0.8.4: Minor Enhancements & Cleanup - Updated window titles. - Improved error handling for updater: now displays the specific error message instead of just **"error"** when an issue occurs during update checks.