Skip to content

Commit d2e6a04

Browse files
authored
Update changelog for 3.1.0 (#373)
1 parent 0e14962 commit d2e6a04

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# CHANGELOG
22

3+
## [v3.1.0] (2024-10-31)
4+
5+
### Features
6+
7+
- [#367]: Add `conda-remove-defaults` setting to remove the `defaults` channel
8+
if added implicitly
9+
- [#342]: Add `installation-dir` to customize where the installers are installed
10+
to
11+
- [#328]: Make conda's cache configurable via `pkgs-dirs`
12+
13+
### Fixes
14+
15+
- [#360]: Start deprecation of `miniforge-variant: Mambaforge`
16+
- [#362]: Ignore conda cygpath warning
17+
- [#368]: Address mamba v2 incompatibilities
18+
- [#350]: set `CONDA` environment variable regardless of useBundled option
19+
20+
### Tasks and Maintenance
21+
22+
- [#348]: Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4
23+
- [#353]: Bump semver and @types/semver
24+
- [#356]: Bump braces from 3.0.2 to 3.0.3
25+
- [#359]: Bump semver from 7.6.2 to 7.6.3
26+
- [#370]: Bump @actions/core from 1.10.1 to 1.11.1
27+
28+
[v3.1.0]: https://github.com/conda-incubator/setup-miniconda/releases/tag/v3.1.0
29+
[#360]: https://github.com/conda-incubator/setup-miniconda/pull/360
30+
[#362]: https://github.com/conda-incubator/setup-miniconda/pull/362
31+
[#368]: https://github.com/conda-incubator/setup-miniconda/pull/368
32+
[#367]: https://github.com/conda-incubator/setup-miniconda/pull/367
33+
[#342]: https://github.com/conda-incubator/setup-miniconda/pull/342
34+
[#328]: https://github.com/conda-incubator/setup-miniconda/pull/328
35+
[#350]: https://github.com/conda-incubator/setup-miniconda/pull/350
36+
[#348]: https://github.com/conda-incubator/setup-miniconda/pull/348
37+
[#353]: https://github.com/conda-incubator/setup-miniconda/pull/353
38+
[#356]: https://github.com/conda-incubator/setup-miniconda/pull/356
39+
[#359]: https://github.com/conda-incubator/setup-miniconda/pull/359
40+
[#370]: https://github.com/conda-incubator/setup-miniconda/pull/370
41+
342
## [v3.0.4] (2024-04-25)
443

544
### Fixes

0 commit comments

Comments
 (0)