File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.4.3] - 2022-02-19
4+
5+ - ** cmd/shfmt**
6+ - New Docker ` v3 ` tag to track the latest stable version
7+ - Don't duplicate errors when walking directories
8+ - ** interp**
9+ - Properly handle empty paths in the ` test ` builtin
10+ - Allow unsetting global vars from inside a function again
11+ - Use ` %w ` to wrap errors in ` Dir `
12+
313## [ 3.4.2] - 2021-12-24
414
515- The tests no longer assume what locales are installed
616- ** interp**
7- - keep ` PATH ` list separators OS-specific to fix a recent regression
8- - avoid negative elapsed durations in the ` time ` builtin
17+ - Keep ` PATH ` list separators OS-specific to fix a recent regression
18+ - Avoid negative elapsed durations in the ` time ` builtin
919
1020## [ 3.4.1] - 2021-11-23
1121
@@ -572,6 +582,7 @@ module in v3.
572582
573583Initial release.
574584
585+ [ 3.4.3 ] : https://github.com/mvdan/sh/releases/tag/v3.4.3
575586[ 3.4.2 ] : https://github.com/mvdan/sh/releases/tag/v3.4.2
576587[ 3.4.1 ] : https://github.com/mvdan/sh/releases/tag/v3.4.1
577588[ 3.4.0 ] : https://github.com/mvdan/sh/releases/tag/v3.4.0
You can’t perform that action at this time.
0 commit comments