Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update CHANGELOG for v0.3.9 release #218

Merged
merged 1 commit into from
Jan 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.3.9] - 2021-01-27

### Changed

- Dependencies
- `golangci/golangci-lint`
- `v1.35.2` to `v1.36.0`
- binary installed within `oldstable`, `stable` and `unstable` images
- Docker image used as a builder/base for `lint-only` image

## [v0.3.8] - 2021-01-21

### Changed
Expand Down Expand Up @@ -449,7 +459,8 @@ waiting on a new upstream release.
tools that we include in our container images
- Dockerfile base images

[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.8...HEAD
[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.9...HEAD
[v0.3.9]: https://github.com/atc0005/go-ci/releases/tag/v0.3.9
[v0.3.8]: https://github.com/atc0005/go-ci/releases/tag/v0.3.8
[v0.3.7]: https://github.com/atc0005/go-ci/releases/tag/v0.3.7
[v0.3.6]: https://github.com/atc0005/go-ci/releases/tag/v0.3.6
Expand Down