Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Mar 5, 2021
1 parent 465aaa8 commit ba98ac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ dockers:
- "--label=org.opencontainers.image.name={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/k1LoW/ndiag"
extra_files:
- scripts/entrypoint.sh
brews:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v0.13.1](https://github.com/k1LoW/ndiag/compare/v0.13.0...v0.13.1) (2021-03-05)

* Update Dockerfile [#85](https://github.com/k1LoW/ndiag/pull/85) ([k1LoW](https://github.com/k1LoW))

## [v0.13.0](https://github.com/k1LoW/ndiag/compare/v0.12.1...v0.13.0) (2021-03-04)

* Add dockers: setting to .goreleaser.yml [#84](https://github.com/k1LoW/ndiag/pull/84) ([k1LoW](https://github.com/k1LoW))
Expand Down

0 comments on commit ba98ac8

Please sign in to comment.