Skip to content

Commit

Permalink
Merge pull request #21 from atc0005/update-changelog-for-v0.1.1-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.1.1
  • Loading branch information
atc0005 authored Jul 31, 2020
2 parents bb792a3 + b28c899 commit 4707c52
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.1.1] - 2020-07-31

### Changed

- `lint-only` image
- swap base image from `golang` and `alpine` to `golangci/golangci-lint`
- the intent is to provide a working environment for `golangci-lint`

### Fixed

- `lint-only` image
- `golangci-lint` requires working go environment

## [v0.1.0] - 2020-07-31

### Added
Expand Down Expand Up @@ -56,5 +69,6 @@ The following types of changes will be recorded in this file:
tools that we include in our container images
- Dockerfile base images

[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/atc0005/go-ci/releases/tag/v0.1.1
[v0.1.0]: https://github.com/atc0005/go-ci/releases/tag/v0.1.0

0 comments on commit 4707c52

Please sign in to comment.