Skip to content

Commit

Permalink
Release 24.1.1 (#13590)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
kenodegard and pre-commit-ci[bot] committed Feb 13, 2024
1 parent 9742d95 commit c2b5c5f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@
first_commit: 2019-08-26 04:18:04
- name: Jannis Leidel
email: jannis@leidel.info
num_commits: 124
num_commits: 118
first_commit: 2021-06-07 16:46:45
github: jezdez
- name: Saranya Mahalingam
Expand Down Expand Up @@ -1958,7 +1958,7 @@
first_commit: 2016-12-11 16:14:03
- name: Ken Odegard
email: kodegard@anaconda.com
num_commits: 352
num_commits: 353
first_commit: 2016-09-27 18:04:21
github: kenodegard
aliases:
Expand Down Expand Up @@ -2004,7 +2004,7 @@
- name: Daniel Holth
email: dholth@anaconda.com
github: dholth
num_commits: 104
num_commits: 107
first_commit: 2021-11-18 08:57:14
- name: John Flavin
email: flavinj@gmail.com
Expand Down
1 change: 0 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ Authors are sorted alphabetically.
* ovz
* peter1000
* pre-commit CI
* samhaese
* saraneem
* shadow_walker
* ugurthemaster
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
[//]: # (current developments)

## 24.1.1 (2024-02-12)

### Bug fixes

* Fallback to `repodata.json` if `repodata.json.zst` cannot be decompressed as zstandard. (#13558)
* Fallback to `repodata.json` from `repodata.json.zst` on most 4xx error codes. (#13573)

### Contributors

* @dholth



## 24.1.0 (2024-01-24)

### Special announcement
Expand Down
3 changes: 1 addition & 2 deletions docs/source/user-guide/concepts/conda-plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ Below is an example of a very basic plugin "hook":
@conda.plugins.hookimpl
def conda_subcommands():
...
def conda_subcommands(): ...
Packaging using a pyproject.toml file
Expand Down
20 changes: 0 additions & 20 deletions news/13558-bad-zst-fallback

This file was deleted.

20 changes: 0 additions & 20 deletions news/13573-skip-zst-on-4xx

This file was deleted.

0 comments on commit c2b5c5f

Please sign in to comment.