From 37486900cd99252740be80e300255802d37bc5a2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 3 Nov 2024 21:01:45 -0500 Subject: [PATCH] Add ZipFile to the list of contributors and update changelog --- CONTRIBUTORS.rst | 1 + docs/main/changelog.rst | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 7c3ff144..bc257050 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -21,3 +21,4 @@ Dependency Injector Contributors + Thiago Hiromi (thiromi) + Felipe Rubio (krouw) + Anton Petrov (anton-petrov) ++ ZipFile (ZipFile) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 37cbd7fb..dae1e8b7 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,11 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Develop +-------- +- Migrate to Cython 3 (version 3.0.11). Many thanks to `ZipFile `_ for + this contribution `#813 `_. + 4.42.0 -------- - Promote release ``4.42.0b1`` to a production release.