From edf007626afcc91b6519aa7d248adc5f3ea80d9d Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sat, 8 Aug 2026 03:33:29 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3e62ee16..2043f919 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,24 @@ [//]: # (towncrier release notes start) +## 3.33.0 (2026-08-07) {: #3.33.0 } + +#### Features {: #3.33.0-feature } + +- Added yank support (PEP 592). + [#1270](https://github.com/pulp/pulp_python/issues/1270) +- Added `version_specifier` filter to package content API for PEP 440 version matching. + [#1277](https://github.com/pulp/pulp_python/issues/1277) +- Added support for uploading packages with Core Metadata 2.5 via twine. + [#1321](https://github.com/pulp/pulp_python/issues/1321) + +#### Bugfixes {: #3.33.0-bugfix } + +- Fixed Simple API cache incorrectly serving JSON responses for HTML requests when clients used `?format=json`. + [#1302](https://github.com/pulp/pulp_python/issues/1302) + +--- + ## 3.32.1 (2026-07-29) {: #3.32.1 } #### Bugfixes {: #3.32.1-bugfix }