diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ea72c8ff..4ce2ed87b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,28 @@ conda-smithy Change Log .. current developments +v3.43.1 +==================== + +**Added:** + +* Added more service feedstocks allowed to use GHA. (#2106) +* Hint: if source url contains ``pypi.io``, suggest ``pypi.org``. (#2104) + +**Fixed:** + +* Do not move ``micromamba`` cache to ``conda``'s location to avoid "permission denied" errors on Windows. (#2102 via #2107) +* Fixed a bug where azure would skip commits on main if previous commit had '[ci skip]' or similar. (#2110) + +**Authors:** + +* Matthew R. Becker +* Jaime Rodríguez-Guerra +* pre-commit-ci[bot] +* M Bussonnier + + + v3.43.0 ==================== diff --git a/news/2106-more-service-feedstocks.rst b/news/2106-more-service-feedstocks.rst deleted file mode 100644 index 8d2ec3b82..000000000 --- a/news/2106-more-service-feedstocks.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Added more service feedstocks allowed to use GHA. (#2106) - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/2107-micromamba-cache-windows.rst b/news/2107-micromamba-cache-windows.rst deleted file mode 100644 index a024dee28..000000000 --- a/news/2107-micromamba-cache-windows.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Do not move ``micromamba`` cache to ``conda``'s location to avoid "permission denied" errors on Windows. (#2102 via #2107) - -**Security:** - -* diff --git a/news/2110-azure-skip-only-pr.rst b/news/2110-azure-skip-only-pr.rst deleted file mode 100644 index 0ff57d8d0..000000000 --- a/news/2110-azure-skip-only-pr.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed a bug where azure would skip commits on main if previous commit had '[ci skip]' or similar. (#2110) - -**Security:** - -* diff --git a/news/gh2104-lint-pypi-io.rst b/news/gh2104-lint-pypi-io.rst deleted file mode 100644 index 50ef3f1b7..000000000 --- a/news/gh2104-lint-pypi-io.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Hint: if source url contains ``pypi.io``, suggest ``pypi.org``. (#2104) - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*