From dcea516e53fc092d1d5d6de85d3b13fdcb677377 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 31 Jul 2023 21:05:00 +0200 Subject: [PATCH] Changelog 23.7.0 (#251) * Updated .authors.yml * Updated .mailmap * Updated authorship for 23.7.0 * Updated CHANGELOG for 23.7.0 --- .authors.yml | 8 ++++---- .mailmap | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ news/191-feat-mamba-dev-testing | 19 ------------------- news/193-grouped-context | 19 ------------------- news/194-conda-build-local | 19 ------------------- news/222-disappearing-matchspecs | 19 ------------------- news/226-auth-downloads | 19 ------------------- news/234-conda-lock | 19 ------------------- news/248-url-decode | 19 ------------------- 10 files changed, 36 insertions(+), 138 deletions(-) delete mode 100644 news/191-feat-mamba-dev-testing delete mode 100644 news/193-grouped-context delete mode 100644 news/194-conda-build-local delete mode 100644 news/222-disappearing-matchspecs delete mode 100644 news/226-auth-downloads delete mode 100644 news/234-conda-lock delete mode 100644 news/248-url-decode diff --git a/.authors.yml b/.authors.yml index 1d16a276..718bcfb3 100644 --- a/.authors.yml +++ b/.authors.yml @@ -2,7 +2,7 @@ email: jaimergp@users.noreply.github.com aliases: - jaimergp - num_commits: 77 + num_commits: 86 first_commit: 2022-01-31 17:24:37 github: jaimergp - name: Jannis Leidel @@ -12,12 +12,12 @@ github: jezdez - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 15 + num_commits: 21 first_commit: 2022-11-22 08:39:31 github: pre-commit-ci[bot] - name: Christopher Ostrouchov email: chris.ostrouchov@gmail.com - num_commits: 6 + num_commits: 8 first_commit: 2023-01-24 15:12:29 github: costrouc - name: Daniel Holth @@ -34,7 +34,7 @@ email: 18747875+conda-bot@users.noreply.github.com aliases: - Conda Bot - num_commits: 12 + num_commits: 18 first_commit: 2022-11-15 16:45:31 github: conda-bot - name: Ken Odegard diff --git a/.mailmap b/.mailmap index c1763176..ee45f345 100644 --- a/.mailmap +++ b/.mailmap @@ -14,8 +14,8 @@ Christopher Ostrouchov Daniel Holth Jaime Rodríguez-Guerra jaimergp Jannis Leidel +John Kirkham Ken Odegard Matthew R. Becker conda-bot <18747875+conda-bot@users.noreply.github.com> Conda Bot <18747875+conda-bot@users.noreply.github.com> -John Kirkham jakirkham pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index bff99638..dcba3486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,37 @@ Remember to update the hyperlinks at the bottom. [//]: # (current developments) +## 23.7.0 (2023-07-31) + +### Enhancements + +* Add basic integrations for local channels in conda-build. (#194) + +### Bug fixes + +* Add backwards-compatible support for the new namespaced settings in `libmamba.Context`. (#192 via #193) +* Fixes an error where a user-supplied package in the CLI would get dropped if the argument happened to match a larger string in the argument list. (#221 via #222) +* Fix authentication in package downloads. (#216 via #226) +* Fix unhandled channels coming from injected virtual packages in `conda-lock`. (#230 via #234) +* Handle URL-encoded channels correctly with recent `libmamba` versions. (#247 via #248) + +### Docs + +* Added notes about development workflows with libmamba from source. (#191) + +### Other + +* Adding libmamba/libmambapy as development dependencies within docker images. (#191) + +### Contributors + +* @costrouc +* @jaimergp +* @conda-bot +* @pre-commit-ci[bot] + + + ## 23.5.0 (2023-05-25) ### Enhancements diff --git a/news/191-feat-mamba-dev-testing b/news/191-feat-mamba-dev-testing deleted file mode 100644 index 9afa8ed1..00000000 --- a/news/191-feat-mamba-dev-testing +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Added notes about development workflows with libmamba from source. (#191) - -### Other - -* Adding libmamba/libmambapy as development dependencies within docker images. (#191) diff --git a/news/193-grouped-context b/news/193-grouped-context deleted file mode 100644 index 61f41f9d..00000000 --- a/news/193-grouped-context +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Add backwards-compatible support for the new namespaced settings in `libmamba.Context`. (#192 via #193) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/194-conda-build-local b/news/194-conda-build-local deleted file mode 100644 index c8ed3732..00000000 --- a/news/194-conda-build-local +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Add basic integrations for local channels in conda-build. (#194) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/222-disappearing-matchspecs b/news/222-disappearing-matchspecs deleted file mode 100644 index 7d2a7df4..00000000 --- a/news/222-disappearing-matchspecs +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fixes an error where a user-supplied package in the CLI would get dropped if the argument happened to match a larger string in the argument list. (#221 via #222) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/226-auth-downloads b/news/226-auth-downloads deleted file mode 100644 index 21d022b3..00000000 --- a/news/226-auth-downloads +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix authentication in package downloads. (#216 via #226) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/234-conda-lock b/news/234-conda-lock deleted file mode 100644 index 4f3d5d06..00000000 --- a/news/234-conda-lock +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix unhandled channels coming from injected virtual packages in `conda-lock`. (#230 via #234) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/248-url-decode b/news/248-url-decode deleted file mode 100644 index af2bd7fe..00000000 --- a/news/248-url-decode +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Handle URL-encoded channels correctly with recent `libmamba` versions. (#247 via #248) - -### Deprecations - -* - -### Docs - -* - -### Other - -*