Skip to content

Commit

Permalink
Updated CHANGELOG for 3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Dec 13, 2024
1 parent 4bdcb49 commit 894cfd2
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 56 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ conda-smithy Change Log

.. current developments
v3.45.0
====================

**Changed:**

* Replaced the ``GitPython`` dependency with ``pygit2`` (#2120).
* Added ``poetry`` as a valid ``pip`` build backend. (#2175)
* Set minimal Python version to 3.9. (#2180)
* The SPDX identifier list has been updated

**Fixed:**

* Fixed compatibility with git index versions 3 and 4 (#2120).
* Fixed a bug where ``$`` was not properly escaped in a regex and this caused false-positive hints for
v1 recipes and ``noarch: python`` packages. (#2184)

**Authors:**

* Matthew R. Becker
* Uwe L. Korn
* pre-commit-ci[bot]
* Michał Górny
* dependabot[bot]
* Brandon Maier
* Matt Chan



v3.44.9
====================

Expand Down
23 changes: 0 additions & 23 deletions news/2120-replace-gitpython-with-pygit2.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/2184-noarch-py-v1-regex.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/pr-2175.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/python3.9.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/update-licenses.rst

This file was deleted.

0 comments on commit 894cfd2

Please sign in to comment.