File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.5.1] - 2022-05-23
4
+
5
+ - ** cmd/shfmt**
6
+ - Fix the Docker publishing script bug which broke 3.5.0 - [ #860 ]
7
+ - ** interp**
8
+ - Support multi-line strings when pattern matching in ` [[ ` - [ #861 ]
9
+ - Invalid glob words are no longer removed with ` nullglob ` - [ #862 ]
10
+ - ** pattern**
11
+ - ` Regexp ` now returns the typed error ` SyntaxError ` - [ #862 ]
12
+
3
13
## [ 3.5.0] - 2022-05-11
4
14
5
15
This release drops support for Go 1.16 and includes many new features.
@@ -612,6 +622,11 @@ module in v3.
612
622
613
623
Initial release.
614
624
625
+ [ 3.5.1 ] : https://github.com/mvdan/sh/releases/tag/v3.5.1
626
+ [ #860 ] : https://github.com/mvdan/sh/pull/860
627
+ [ #861 ] : https://github.com/mvdan/sh/pull/861
628
+ [ #862 ] : https://github.com/mvdan/sh/pull/862
629
+
615
630
[ 3.5.0 ] : https://github.com/mvdan/sh/releases/tag/v3.5.0
616
631
[ 3.4.3 ] : https://github.com/mvdan/sh/releases/tag/v3.4.3
617
632
[ 3.4.2 ] : https://github.com/mvdan/sh/releases/tag/v3.4.2
You can’t perform that action at this time.
0 commit comments