As title
This commit is contained in:
esc
2024-03-06 18:10:55 +01:00
parent 2b5ff62829
commit 2b08e3eee2

11
_conda
View File

@@ -5,7 +5,7 @@
# #
# Author: Valentin Haenel <valentin@haenel.co> (https://github.com/esc/) # Author: Valentin Haenel <valentin@haenel.co> (https://github.com/esc/)
# Licence: WTFPL (http://sam.zoy.org/wtfpl/) # Licence: WTFPL (http://sam.zoy.org/wtfpl/)
# Version: 0.11-dev # Version: 0.11
# Homepage: https://github.com/conda-incubator/conda-zsh-completion # Homepage: https://github.com/conda-incubator/conda-zsh-completion
# Demo: https://asciinema.org/a/16516 # Demo: https://asciinema.org/a/16516
# #
@@ -78,6 +78,15 @@
# CHANGELOG # CHANGELOG
# --------- # ---------
# #
# * v0.11
#
# * fix repo url in doc (esc)
# * ignore `KeyboardInterrupt` exception (rmekdma)
# * Fix completion of dir local prefixed environments (johannes-mueller)
# * Set initial value outside of local. (hwalinga)
# * Update repository URL (dstansby)
# * Add micromamba naive support (antony-frolov)
#
# * v0.10 # * v0.10
# #
# * Search environments in custom environments paths, thanks to Thomas G. (coldfix). # * Search environments in custom environments paths, thanks to Thomas G. (coldfix).