Skip to content

Commit

Permalink
Merge pull request #102 from jaimergp/changelog
Browse files Browse the repository at this point in the history
add changelog entries for #94 #95 #100
  • Loading branch information
goanpeca committed Nov 18, 2020
2 parents 8246c3d + 4718d3c commit ee01e81
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@

## Fixes

- [#97][] fixes `installer-url` on Windows
- [#97][] fixes `installer-url` on Windows.
- [#94][], [#95][] catches ignored errors when an environment file contains
invalid section names [#93][].
- [#100][] fixes `mamba` not being available on Windows if using a `bash` shell
[#59][].

[#59]: https://github.com/conda-incubator/setup-miniconda/pull/59
[#93]: https://github.com/conda-incubator/setup-miniconda/pull/93
[#94]: https://github.com/conda-incubator/setup-miniconda/pull/94
[#95]: https://github.com/conda-incubator/setup-miniconda/pull/95
[#97]: https://github.com/conda-incubator/setup-miniconda/pull/97
[#100]: https://github.com/conda-incubator/setup-miniconda/pull/100

## [v2.0.0][] (2020-11-08)

Expand All @@ -28,7 +39,6 @@

- [#64][] fixes a bug on post section with removing conda files.


### Features

- [#52][] adds x32 support for some machines.
Expand All @@ -55,6 +65,8 @@
- [#46][] fixes conflicting channels on `environment.yml` files and the action
input channels.

[#46]: https://github.com/conda-incubator/setup-miniconda/pull/46

### Features

- [#43][] adds support for custom installers, e.g. `miniforge`
Expand Down Expand Up @@ -170,7 +182,6 @@
[#11]: https://github.com/conda-incubator/setup-miniconda/pull/11
[#17]: https://github.com/conda-incubator/setup-miniconda/pull/17


## [v1.0.2][] (2019-12-23)

### Fixes
Expand Down

0 comments on commit ee01e81

Please sign in to comment.