Skip to content

Commit

Permalink
add changelog entry for v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Aug 1, 2021
1 parent 89dd049 commit 1a7878d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.3.1] - 2021-08-01

- **syntax**
- Don't convert `&` in a separate line into `;`
- Fix a `BinaryNextLine` edge case idempotency bug
- Never start printing a command with an escaped newline
- **interp**
- Support calling `Runner.Reset` before `Runner.Run`
- Obey `set -e` for failed redirections

## [3.3.0] - 2021-05-17

- **cmd/shfmt**
Expand Down Expand Up @@ -522,6 +532,7 @@ module in v3.

Initial release.

[3.3.1]: https://github.com/mvdan/sh/releases/tag/v3.3.1
[3.3.0]: https://github.com/mvdan/sh/releases/tag/v3.3.0
[3.2.4]: https://github.com/mvdan/sh/releases/tag/v3.2.4
[3.2.2]: https://github.com/mvdan/sh/releases/tag/v3.2.2
Expand Down

0 comments on commit 1a7878d

Please sign in to comment.