Skip to content

Commit d3b1bce

Browse files
Prepare 25.7.0 (#188)
* Updated authorship for 25.7.0 * Updated CHANGELOG for 25.7.0 * Remove bots * Update CHANGELOG.md --------- Co-authored-by: Marco Esters <mesters@anaconda.com>
1 parent 913c8f4 commit d3b1bce

File tree

8 files changed

+29
-121
lines changed

8 files changed

+29
-121
lines changed

.authors.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
aliases:
2121
- jaimergp
2222
github: jaimergp
23-
num_commits: 42
23+
num_commits: 43
2424
first_commit: 2022-01-04 19:04:55
2525
- name: Daniel Bast
2626
email: 2790401+dbast@users.noreply.github.com
@@ -39,7 +39,7 @@
3939
github: nehaljwani
4040
- name: conda-bot
4141
email: 18747875+conda-bot@users.noreply.github.com
42-
num_commits: 31
42+
num_commits: 32
4343
first_commit: 2023-02-08 16:08:24
4444
github: conda-bot
4545
- name: Hadrien Mary
@@ -51,7 +51,7 @@
5151
github: hadim
5252
- name: pre-commit-ci[bot]
5353
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
54-
num_commits: 29
54+
num_commits: 33
5555
first_commit: 2023-02-06 23:27:05
5656
github: pre-commit-ci[bot]
5757
- name: Isuru Fernando
@@ -75,13 +75,13 @@
7575
github: SC426
7676
- name: dependabot[bot]
7777
email: 49699333+dependabot[bot]@users.noreply.github.com
78-
num_commits: 11
78+
num_commits: 12
7979
first_commit: 2024-06-12 18:31:22
8080
github: dependabot[bot]
8181
- name: Marco Esters
8282
email: mesters@anaconda.com
8383
github: marcoesters
84-
num_commits: 17
84+
num_commits: 20
8585
first_commit: 2024-10-03 08:54:36
8686
- name: Jonathan J. Helmus
8787
email: jjhelmus@gmail.com
@@ -93,5 +93,5 @@
9393
alternate_emails:
9494
- 100002667+Jrice1317@users.noreply.github.com
9595
github: Jrice1317
96-
num_commits: 4
96+
num_commits: 8
9797
first_commit: 2025-07-02 13:31:37

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@ Remember to update the hyperlinks at the bottom.
1313

1414
[//]: # (current developments)
1515

16+
## 25.7.0 (2025-09-05)
17+
18+
### Enhancements
19+
20+
* Refactor `conda constructor` subcommand into its own submodule. (#162 via #165, #175)
21+
* Automatically package all installed `conda` plug-ins into `conda-standalone`. (#163 via #166)
22+
* Remove frozen environment protection files before environment removal during uninstallation. (#180)
23+
* Bump `conda` to `25.7.0`. (#185)
24+
25+
### Bug fixes
26+
27+
* Make `conda run` subcommand fully operational. (#151 via #155)
28+
* Unset `CONDARC` environment variable to prevent outside config files from breaking tests. (#179)
29+
* Add settings to handle missing libraries during overlinking checks. (#179)
30+
31+
### Contributors
32+
33+
* @Jrice1317
34+
* @jaimergp
35+
* @marcoesters
36+
37+
38+
1639
## 25.5.1.post1 (2025-08-07)
1740

1841
### Bug fixes

news/165-refactor-conda-constructor

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/166-auto-detect-plugins

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/166-conda-run

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/179-prevent-overlinking-errors

Lines changed: 0 additions & 20 deletions
This file was deleted.

news/180-remove-frozen-files

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/185-update-conda-25.7.0

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)