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.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+
313## [ 3.5.0] - 2022-05-11
414
515This release drops support for Go 1.16 and includes many new features.
@@ -612,6 +622,11 @@ module in v3.
612622
613623Initial release.
614624
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+
615630[ 3.5.0 ] : https://github.com/mvdan/sh/releases/tag/v3.5.0
616631[ 3.4.3 ] : https://github.com/mvdan/sh/releases/tag/v3.4.3
617632[ 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