Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
aliases:
- Conda Bot
- conda bot
num_commits: 52
num_commits: 53
first_commit: 2022-01-25 22:53:19
github: conda-bot
- name: Aaron Meurer
Expand All @@ -112,7 +112,7 @@
github: isuruf
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 66
num_commits: 67
first_commit: 2023-08-21 19:22:51
github: pre-commit-ci[bot]
- name: Martin Chilvers
Expand Down Expand Up @@ -163,7 +163,7 @@
github: katietz
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 78
num_commits: 83
first_commit: 2024-05-06 08:12:56
github: dependabot[bot]
- name: JTignor-Raltron
Expand Down Expand Up @@ -210,6 +210,6 @@
github: Jrice1317
- name: Robin
email: [email protected]
num_commits: 7
num_commits: 10
first_commit: 2025-11-05 11:50:32
github: lrandersson
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
[//]: # (current developments)

## 2.5.1 (2026-06-10)

### Bug fixes

* Gracefully handle permission errors when writing `menuinst.toml` in read-only environments. (#496)

### Other

* Refactor some tests to use temporary directories instead of using `sys.prefix`. (#496)

### Contributors

* @lrandersson



## 2.5.0 (2026-06-02)

### Enhancements
Expand Down
19 changes: 0 additions & 19 deletions news/497-improve-tests

This file was deleted.

Loading