Skip to content

Commit

Permalink
Changelog 23.7.0 (#251)
Browse files Browse the repository at this point in the history
* Updated .authors.yml

* Updated .mailmap

* Updated authorship for 23.7.0

* Updated CHANGELOG for 23.7.0
  • Loading branch information
jaimergp authored Jul 31, 2023
1 parent ed06ab7 commit dcea516
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 138 deletions.
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Christopher Ostrouchov <chris.ostrouchov@gmail.com>
Daniel Holth <dholth@anaconda.com>
Jaime Rodríguez-Guerra <jaimergp@users.noreply.github.com> jaimergp <jaimergp@users.noreply.github.com>
Jannis Leidel <jannis@leidel.info>
John Kirkham <jakirkham@gmail.com>
Ken Odegard <kodegard@anaconda.com>
Matthew R. Becker <beckermr@users.noreply.github.com>
conda-bot <18747875+conda-bot@users.noreply.github.com> Conda Bot <18747875+conda-bot@users.noreply.github.com>
John Kirkham <jakirkham@gmail.com> jakirkham <jakirkham@gmail.com>
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 0 additions & 19 deletions news/191-feat-mamba-dev-testing

This file was deleted.

19 changes: 0 additions & 19 deletions news/193-grouped-context

This file was deleted.

19 changes: 0 additions & 19 deletions news/194-conda-build-local

This file was deleted.

19 changes: 0 additions & 19 deletions news/222-disappearing-matchspecs

This file was deleted.

19 changes: 0 additions & 19 deletions news/226-auth-downloads

This file was deleted.

19 changes: 0 additions & 19 deletions news/234-conda-lock

This file was deleted.

19 changes: 0 additions & 19 deletions news/248-url-decode

This file was deleted.

0 comments on commit dcea516

Please sign in to comment.