diff --git a/.authors.yml b/.authors.yml index 81f877d..3c7757a 100644 --- a/.authors.yml +++ b/.authors.yml @@ -20,7 +20,7 @@ aliases: - jaimergp github: jaimergp - num_commits: 28 + num_commits: 33 first_commit: 2022-01-04 19:04:55 - name: Daniel Bast email: 2790401+dbast@users.noreply.github.com @@ -39,7 +39,7 @@ github: nehaljwani - name: conda-bot email: 18747875+conda-bot@users.noreply.github.com - num_commits: 13 + num_commits: 19 first_commit: 2023-02-08 16:08:24 github: conda-bot - name: Hadrien Mary @@ -51,7 +51,7 @@ github: hadim - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 10 + num_commits: 13 first_commit: 2023-02-06 23:27:05 github: pre-commit-ci[bot] - name: Isuru Fernando @@ -73,3 +73,7 @@ num_commits: 1 first_commit: 2023-12-12 13:44:14 github: SC426 +- name: dependabot[bot] + email: 49699333+dependabot[bot]@users.noreply.github.com + num_commits: 1 + first_commit: 2024-06-12 18:31:22 diff --git a/.mailmap b/.mailmap index 8add475..c7b8eed 100644 --- a/.mailmap +++ b/.mailmap @@ -20,5 +20,6 @@ Nehal J Wani SC426 <115094981+SC426@users.noreply.github.com> conda-bot <18747875+conda-bot@users.noreply.github.com> conda-forge-admin Travis-CI on github.com/conda-forge/staged-recipes +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> regro-cf-autotick-bot regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> diff --git a/AUTHORS.md b/AUTHORS.md index 0e4fef2..c572de9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -12,5 +12,6 @@ Authors are sorted alphabetically. * SC426 * conda-bot * conda-forge-admin +* dependabot[bot] * pre-commit-ci[bot] * regro-cf-autotick-bot diff --git a/CHANGELOG.md b/CHANGELOG.md index 719a829..5fc2381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,22 @@ Remember to update the hyperlinks at the bottom. [//]: # (current developments) +## 24.5.0 (2024-06-13) + +### Enhancements + +* Upgrade to `conda 24.5.0`, `constructor 3.8.0` and `menuinst 2.1.1`. (#75) + +### Bug fixes + +* Respect `umask` when extracting tarballs for `constructor`. (#74) + +### Contributors + +* @jaimergp + + + ## 24.4.0 (2024-05-15) ### Enhancements diff --git a/news/74-umask b/news/74-umask deleted file mode 100644 index d54594d..0000000 --- a/news/74-umask +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Respect `umask` when extracting tarballs for `constructor`. (#74) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/75-conda-24.5 b/news/75-conda-24.5 deleted file mode 100644 index ccef1e6..0000000 --- a/news/75-conda-24.5 +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Upgrade to `conda 24.5.0`, `constructor 3.8.0` and `menuinst 2.1.1`. (#75) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -*