File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## [ 3.8.0] - 2024-02-11
4
27
5
28
This release drops support for Go 1.19 and 1.20 and includes many
@@ -697,6 +720,8 @@ module in v3.
697
720
698
721
Initial release.
699
722
723
+ [ 3.9.0 ] : https://github.com/mvdan/sh/releases/tag/v3.9.0
724
+
700
725
[ 3.8.0 ] : https://github.com/mvdan/sh/releases/tag/v3.8.0
701
726
702
727
[ 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