Skip to content

Commit

Permalink
all: release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Feb 22, 2020
1 parent cccb167 commit 01725bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.0.2] - 2020-02-22

- **syntax**
- Don't indent after escaped newlines in heredocs
- Don't parse `*[i]=x` as a valid assignment
- **interp**
- Prevent subshells from defining funcs in the parent shells
- **expand**
- Parameters to `Fields` no longer get braces expanded in-place

## [3.0.1] - 2020-01-11

- **cmd/shfmt**
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.1"
version = "v3.0.2"
)

func main() {
Expand Down

0 comments on commit 01725bd

Please sign in to comment.