CliWrap v3.2.1 Release Notes

    • ๐Ÿ‘Œ Improved performance and memory usage in all execution models. (Thanks @Maarten Balliauw and @Miha Zupan)
    • โž• Added optimization for PipeTarget.Merge(...) that flattens inner targets in case they also represent merged targets.
    • โž• Added CommandTask.ConfigureAwait(...) as a shorthand for CommandTask.Task.ConfigureAwait(...).