Skip to content

Commit

Permalink
Updated CHANGELOG for 3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Feb 22, 2024
1 parent 7d2f2ff commit 123be4e
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 162 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ conda-smithy Change Log

.. current developments
v3.31.0
====================

**Added:**

* Smithy now understand the new stdlib jinja function.
* Complete conda-build load data functions stubs PR #1829
* `noarch` packages can now include keys from their `conda_build_config.yaml` as selectors in their recipe.
This allows for building multiple variants of a `noarch` packages, e.g., to use different dependencies depending on the Python version as runtime.

**Changed:**

* Default build tool changed from conda-mambabuild to conda-build again. (#1844)
* Cleanup ``run_win_build.bat`` ( #1836 )

**Fixed:**

* Resolve warnings in Github Actions workflows by updating to ``actions/checkout@v4``. (#1839)
* Fix randomly mismatched zipped variant keys. (#1459 and #1782 via #1815)

**Authors:**

* Jaime Rodríguez-Guerra
* Marcel Bargull
* John Kirkham
* H. Vetinari
* Bela Stoyan
* pre-commit-ci[bot]
* Matthias Diener
* Antonio S. Cofiño



v3.30.4
====================

Expand Down
23 changes: 0 additions & 23 deletions news/1839-gha-checkout.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1840-stdlib-jinja.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1844-conda_build_tool-conda-build

This file was deleted.

23 changes: 0 additions & 23 deletions news/PR1829_load-data-fun.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/fix-squished-zip_key-ordering.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/noarch-selectors.rst

This file was deleted.

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

This file was deleted.

0 comments on commit 123be4e

Please sign in to comment.