From 2b08e3eee2e07b5fed71e446b8cc8a636190f7de Mon Sep 17 00:00:00 2001 From: esc Date: Wed, 6 Mar 2024 18:10:55 +0100 Subject: [PATCH] v0.11 As title --- _conda | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/_conda b/_conda index abb5302..09bab01 100644 --- a/_conda +++ b/_conda @@ -5,7 +5,7 @@ # # Author: Valentin Haenel (https://github.com/esc/) # Licence: WTFPL (http://sam.zoy.org/wtfpl/) -# Version: 0.11-dev +# Version: 0.11 # Homepage: https://github.com/conda-incubator/conda-zsh-completion # Demo: https://asciinema.org/a/16516 # @@ -78,6 +78,15 @@ # 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 # # * Search environments in custom environments paths, thanks to Thomas G. (coldfix).