Skip to content

Commit

Permalink
all: release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Jan 11, 2020
1 parent feeb22f commit 56f2ca7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.1] - 2020-01-11

- **cmd/shfmt**
- Fix an edge case where walking directories could panic
- **syntax**
- Only do a trailing read in `Parser.Stmts` if we have open heredocs
- Ensure comments are never folded into heredocs
- Properly tokenize `)` after a `=~` test regexp
- Stop parsing a comment at an escaped newline
- **expand**
- `"$@"` now expands to zero fields when there are zero parameters

## [3.0.0] - 2019-12-16

This is the first stable release as a proper module, now under
Expand Down
2 changes: 1 addition & 1 deletion cmd/shfmt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var (
out io.Writer = os.Stdout
color bool

version = "v3.0.0"
version = "v3.0.1"
)

func main() {
Expand Down

0 comments on commit 56f2ca7

Please sign in to comment.