Skip to content

Commit

Permalink
Updated CHANGELOG for 3.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Mar 14, 2024
1 parent a6c1f71 commit 85ddb5d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 71 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ conda-smithy Change Log

.. current developments
v3.32.0
====================

**Added:**

* New JSON schema for ``conda-forge.yaml``. A Pydantic model is used to dynamically generate both a YAML document with the default values and the JSON schema itself. (#1756)
* Included ``jsonschema`` and ``pydantic`` as dependencies into the ``environment.yml``. (#1756)

**Changed:**

* Included extra ``jsonschema`` validation for conda-forge.yaml, under ``configure_feedstock``. (#1756)
* Moved legacy checks of old_file and providers into a new auxiliary ``_legacy_compatibility_checks`` function. (#1756)
* Use Azure owner in URL for missing token error message. (#1854)
* Invoke conda-{build,mambabuild} directly, not as conda subcommand. (#1859)

**Authors:**

* Isuru Fernando
* Matthew R. Becker
* Jaime Rodríguez-Guerra
* Marcel Bargull
* vinicius douglas cerutti
* pre-commit-ci[bot]
* John Blischak



v3.31.1
====================

Expand Down
25 changes: 0 additions & 25 deletions news/1756-schema.rst

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions news/1859-avoid-conda-subcommand-plugin.rst

This file was deleted.

0 comments on commit 85ddb5d

Please sign in to comment.