File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.9.0] - 2024-08-16
4+
5+ This release drops support for Go 1.21 and includes many fixes.
6+
7+ - ** cmd/shfmt**
8+ - Switch the diff implementation to remove one dependency
9+ - ** syntax**
10+ - Protect against overflows in position offset integers
11+ - ** interp**
12+ - Use ` os.Pipe ` for stdin to prevent draining by subprocesses - #1085
13+ - Support cancelling reads in builtins when stdin is a file - #1066
14+ - Support the ` nocaseglob ` bash option - #1073
15+ - Support the Bash 5.2 ` @k ` parameter expansion operator
16+ - Support the ` test -O ` and ` test -G ` operators on non-Windows - #1080
17+ - Support the ` read -s ` builtin flag - #1063
18+ - ** expand**
19+ - Add support for case insensitive globbing - #1073
20+ - Don't panic when pattern words are nil - #1076
21+
22+ A special thanks to @theclapp for their contributors to this release!
23+
24+ Consider [ becoming a sponsor] ( https://github.com/sponsors/mvdan ) if you benefit from the work that went into this release!
25+
326## [ 3.8.0] - 2024-02-11
427
528This release drops support for Go 1.19 and 1.20 and includes many
@@ -697,6 +720,8 @@ module in v3.
697720
698721Initial release.
699722
723+ [ 3.9.0 ] : https://github.com/mvdan/sh/releases/tag/v3.9.0
724+
700725[ 3.8.0 ] : https://github.com/mvdan/sh/releases/tag/v3.8.0
701726
702727[ 3.7.0 ] : https://github.com/mvdan/sh/releases/tag/v3.7.0
You can’t perform that action at this time.
0 commit comments