Skip to content

Commit

Permalink
Merge pull request #71 from atc0005/update-changelog-for-v0.2.4
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.2.4 release
  • Loading branch information
atc0005 authored Sep 2, 2020
2 parents f3a4254 + 317c941 commit 2d51a7c
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,31 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.2.4] - 2020-09-02

### Added

- `golangci-lint` linters
- `unstable` container
- `errcheck`
- `gocognit`
- `gocyclo`
- `goerr113`

### Changed

- Go versions
- Update `stable` container from `1.15.0` to `1.15.1`
- Update `oldstable` container from `1.14.7` to `1.14.8`
- Update `unstable` container from `1.15rc2` to `1.15.1`
- the plan is to swap out to the next unstable Go version when it becomes
available

- `unstable` container
- use latest stable Go version (see note above)
- update linters (see above)
- local copy of `golangci-lint` config file specific to this image variant

## [v0.2.3] - 2020-08-12

### Changed
Expand Down Expand Up @@ -111,7 +136,8 @@ 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.2.3...HEAD
[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.2.4...HEAD
[v0.2.4]: https://github.com/atc0005/go-ci/releases/tag/v0.2.4
[v0.2.3]: https://github.com/atc0005/go-ci/releases/tag/v0.2.3
[v0.2.2]: https://github.com/atc0005/go-ci/releases/tag/v0.2.2
[v0.2.1]: https://github.com/atc0005/go-ci/releases/tag/v0.2.1
Expand Down

0 comments on commit 2d51a7c

Please sign in to comment.