prepare 0.9.0 release

update changelog
This commit is contained in:
Adrien DELSALLE 2021-03-24 11:54:24 +01:00
parent 9bc241e6c7
commit f4c89c98ff
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
0.9.0 (Mar 25, 2021)
====================
- [micromamba] use strict channels priority by default
- [micromamba] change config precedence order: API>CLI>ENV>RC
- [micromamba] `config list` sub command optional display of sources, defaults, short/long descriptions and groups
- [micromamba] prevent crashes when no bashrc or zshrc file found (thanks @wolfv)
- add support for UNC file:// urls (thanks @adament)
- add support for use_only_tar_bz2 (thanks @tl-hbk @wolfv)
- add pinned specs for env update (thanks @wolfv)
- properly adhere to run_constrains (thanks @wolfv)
0.8.2 (Mar 12, 2021)
====================