diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01fb8cfc0..3d04ca489 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,25 @@ conda-smithy Change Log .. current developments +v3.36.2 +==================== + +**Added:** + +* Report artifacts contents after building via ``cph list``. Requires ``conda-forge-ci-setup >=4.6.0``. (#1947) + +**Fixed:** + +* Avoid linter failing on recipes using requirements without build/host/run distinction. (#1946) + +**Authors:** + +* Jaime Rodríguez-Guerra +* H. Vetinari +* dependabot[bot] + + + v3.36.1 ==================== diff --git a/news/1946-lint-cb2.rst b/news/1946-lint-cb2.rst deleted file mode 100644 index 404baaea4..000000000 --- a/news/1946-lint-cb2.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Avoid linter failing on recipes using requirements without build/host/run distinction. (#1946) - -**Security:** - -* diff --git a/news/1947-inspect.rst b/news/1947-inspect.rst deleted file mode 100644 index 2b2d126fe..000000000 --- a/news/1947-inspect.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Report artifacts contents after building via ``cph list``. Requires ``conda-forge-ci-setup >=4.6.0``. (#1947) - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*