diff --git a/.authors.yml b/.authors.yml index 3c7757a..2f5a797 100644 --- a/.authors.yml +++ b/.authors.yml @@ -20,7 +20,7 @@ aliases: - jaimergp github: jaimergp - num_commits: 33 + num_commits: 36 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: 19 + num_commits: 21 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: 13 + num_commits: 16 first_commit: 2023-02-06 23:27:05 github: pre-commit-ci[bot] - name: Isuru Fernando @@ -75,5 +75,5 @@ github: SC426 - name: dependabot[bot] email: 49699333+dependabot[bot]@users.noreply.github.com - num_commits: 1 + num_commits: 2 first_commit: 2024-06-12 18:31:22 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc2381..b50da3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,23 @@ Remember to update the hyperlinks at the bottom. [//]: # (current developments) +## 24.7.1 (2024-08-13) + +### Enhancements + +* Bump to conda 24.7.1, conda-libmamba-version 24.7.0, constructor 3.9.2, menuinst 2.1.2. (#90) + +### Bug fixes + +* Add workaround to prevent crash on Windows when the `SSLKEYLOGFILE` environment variable is set. (#86 via #89). + +### Contributors + +* @jaimergp +* @marcoesters + + + ## 24.5.0 (2024-06-13) ### Enhancements diff --git a/news/89-openssl-applink b/news/89-openssl-applink deleted file mode 100644 index b7cf17a..0000000 --- a/news/89-openssl-applink +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Add workaround to prevent crash on Windows when the `SSLKEYLOGFILE` environment variable is set. (#86 via #89). - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/90-bump-24.7.1 b/news/90-bump-24.7.1 deleted file mode 100644 index b5eb26d..0000000 --- a/news/90-bump-24.7.1 +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Bump to conda 24.7.1, conda-libmamba-version 24.7.0, constructor 3.9.2, menuinst 2.1.2. (#90) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -*