Skip to content

Commit

Permalink
finish up changelog for 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Oct 30, 2020
1 parent 0bafce5 commit 23067db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [3.2.0] - 2020-10-??
## Unreleased

## [3.2.0] - 2020-10-29

- **cmd/shfmt**
- Add a man page via [scdoc](https://sr.ht/~sircmpwn/scdoc); see [shfmt.1.scd](cmd/shfmt/shfmt.1.scd)
Expand Down Expand Up @@ -480,6 +482,7 @@ module in v3.

Initial release.

[3.2.0]: https://github.com/mvdan/sh/releases/tag/v3.2.0
[3.1.2]: https://github.com/mvdan/sh/releases/tag/v3.1.2
[3.1.1]: https://github.com/mvdan/sh/releases/tag/v3.1.1
[3.1.0]: https://github.com/mvdan/sh/releases/tag/v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ repo configuration like:
name: shfmt
minimum_pre_commit_version: 2.4.0
language: golang
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@v3.1.1]
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@v3.2.0]
entry: shfmt
args: [-w]
types: [shell]
Expand Down

0 comments on commit 23067db

Please sign in to comment.