Skip to content

Commit

Permalink
Updated CHANGELOG for 3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Feb 21, 2023
1 parent befbdfa commit a5a45bb
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 83 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,48 @@ conda-smithy Change Log

.. current developments
v3.23.0
====================

**Added:**

* Added capability to generate feedstock tokens per CI provider.
* Added token expiration timestamps.

**Changed:**

* Move pre-commit to its own CI test file.
* Added ``--no-build-isolation`` to pip commands for install.
* Remove ``py-lief<0.12`` from ``remote_ci_setup`` after LIEF 0.12.3 release
* Windows CI on azure uses python 3.10 in the base environment.
* Replaced deprecated use of ::set-output during conda artifact storage on GitHub Actions with the recommended redirect to $GITHUB_OUTPUT. See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.
* Default branch for github is now ``main`` instead of ``master``.
* Changed python packaging to use setuptools-scm instead of versioneer.
* Moved build system to only use ``pyproject.toml``.
* skip_render can match Path().parents of files being rendered
i.e. '.github' in list prevents rendering .github in toplevel
and any files below .github/
* Changed default image for windows to `windows-2022`.

**Fixed:**

* `README.md` of feedstocks with multiple outputs is now correctly rendered with all outputs's (about) information shown, unless they are a plain copy of the top-level about.
* skip_render can prevent github webservices from rendering
* Always check team membership even when making teams.

**Authors:**

* Isuru Fernando
* Matthew R. Becker
* Leo Fang
* Marcel Bargull
* Ryan Volz
* Mark Harfouche
* Tim Snyder
* H. Vetinari



v3.22.1
====================

Expand Down
4 changes: 0 additions & 4 deletions news/ci.rst

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions news/gh-1711-use-python3.10-for-windows-on-azure.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/gha-set-output.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions news/prod.rst

This file was deleted.

10 changes: 0 additions & 10 deletions news/skip_render_skips_github_services.tst

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions news/tokens.rst

This file was deleted.

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

This file was deleted.

0 comments on commit a5a45bb

Please sign in to comment.