History¶
0.6.2 (2025-11-20)¶
Fix https://github.com/luffy-yu/conda_env_export/issues/11
0.6.1 (2024-10-03)¶
Remove menuinst dependency by using conda==v4.3.16.2
0.6.0 (2024-09-04)¶
MAJOR UPDATE: Support Python 3.11
0.5.1 (2024-08-07)¶
Fix https://github.com/luffy-yu/conda_env_export/issues/8
0.5.0 (2024-02-05)¶
Fix https://github.com/luffy-yu/conda_env_export/issues/5 and https://github.com/luffy-yu/conda_env_export/issues/6
0.4.5 (2022-07-26)¶
Fix https://github.com/luffy-yu/conda_env_export/issues/3 and https://github.com/luffy-yu/conda_env_export/issues/4
0.4.4 (2022-07-18)¶
Fix https://github.com/luffy-yu/conda_env_export/issues/2
0.4.3 (2021-12-20)¶
Add python output in conda section
0.4.2 (2021-12-18)¶
Fix bugs in Windows
0.4.1 (2021-12-17)¶
Replace f’{}’ with ‘’%
0.4.0 (2021-12-17)¶
MAJOR UPDATE: Support Windows
0.3.2 (2021-04-14)¶
Add option: no-prefix.
0.3.1 (2021-03-07)¶
Update document.
0.3.0 (2021-03-07)¶
Add options: include and exclude.
Add option: extra-pip-requirements.
0.2.2 (2020-12-19)¶
Update document.
0.2.1 (2020-12-18)¶
Specify pip version.
0.2.0 (2020-12-05)¶
Refactor.
0.1.4 (2020-11-30)¶
Specify pyyaml verison.
0.1.3 (2020-11-29)¶
Fix typo.
0.1.2 (2020-11-29)¶
Overwrite PyPI verison.
0.1.1 (2020-11-29)¶
Update documents.
0.1.0 (2020-11-29)¶
First release on PyPI.