From 05025efb17cde50d8030c635ef11a95a98887b11 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 24 Jul 2026 04:06:38 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ffc9056..2be271a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,35 @@ [//]: # (towncrier release notes start) +## 0.8.0 (2026-07-23) {: #0.8.0 } + +#### Features {: #0.8.0-feature } + +- Add more Pulp Exceptions. +- Added download ability to gem content. +- Bump pulpcore upperbound to <3.115. + +#### Bugfixes {: #0.8.0-bugfix } + +- Bump up pulpcore lowerbounds to 3.105 to avoid exception errors. +- Fixed a bug where upload fails due to improperly determining deferred serialization. + +#### Deprecations and Removals {: #0.8.0-removal } + +- This release drops support for Python<3.11. + +#### Misc {: #0.8.0-misc } + +- + +--- + +## 0.7.6 (2026-07-23) {: #0.7.6 } + +No significant changes. + +--- + ## 0.7.5 (2026-01-07) {: #0.7.5 } #### Features {: #0.7.5-feature }