Skip to content

Commit

Permalink
Updated CHANGELOG for 3.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 1, 2024
1 parent f92e062 commit 4632fe5
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 147 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,42 @@ conda-smithy Change Log

.. current developments
v3.37.2
====================

**Added:**

* extended documentation for the ``bot.version_updates.sources`` field in ``conda-forge.yml``
* Added partial implementation of conda recipe format v2 linting. (#1984, #1985, #1987, #1988, #1988, #1991, #1999)

**Changed:**

* Introduced ``ruff`` as pre-commit linter. (#1919)
* Make sure to use ``Miniforge`` everywhere instead of ``Mambaforge`` (they are equivalent). (#1986)
* Use ``tlz`` namespace from ``toolz`` ( #2006 )
* Refactor ``lint_recipe.py`` and split some functions into separate modules (``linter/lints.py`` and ``linter/hints.py``). (#1981)

**Fixed:**

* Remove import of deprecated ``conda_build.conda_interface``
* When linting build_platform has a default value now (#1996).
* Generate correct URL for feedstock maintainer teams in feedstock READMEs. (#1990)

**Authors:**

* Isuru Fernando
* Matthew R. Becker
* Jaime Rodríguez-Guerra
* nichmor
* Min RK
* John Kirkham
* pre-commit-ci[bot]
* Wolf Vollprecht
* Yannik Tausch
* Daniel Ching



v3.37.1
====================

Expand Down
23 changes: 0 additions & 23 deletions news/1919-ruff.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1986-mambaforge.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1998-bot-version-updates-docs.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/2002-conda_interface.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/2006-use-tlz.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/lint_build_platform.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/lint_refactoring.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/maintainer-urls.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/recipe-linter.rst

This file was deleted.

0 comments on commit 4632fe5

Please sign in to comment.