Skip to content

Commit

Permalink
Merge pull request #98 from atc0005/update-changelog-for-v0.1.9-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.1.9 release
  • Loading branch information
atc0005 authored Mar 2, 2022
2 parents c27bf9b + 3bfa3f7 commit 86ff4d5
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,40 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.1.9] - 2022-03-02

### Overview

- Dependency updates
- CI / linting improvements
- built using Go 1.17.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)

### Changed

- Dependencies
- `Go`
- `1.17.6` to `1.17.7`
- `denisenkom/go-mssqldb`
- `v0.11.0` to `v0.12.0`
- `alexflint/go-arg`
- `v1.4.2` to `v1.4.3`
- `actions/checkout`
- `v2.4.0` to `v3`
- `actions/setup-node`
- `v2.5.1` to `v3`

- (GH-89) Expand linting GitHub Actions Workflow to include `oldstable`,
`unstable` container images
- (GH-90) Switch Docker image source from Docker Hub to GitHub Container
Registry (GHCR)

### Fixed

- (GH-92) gosec, revive linting errors surfaced by GHAWs refresh

## [v0.1.8] - 2022-01-21

### Overview
Expand Down Expand Up @@ -247,7 +281,8 @@ file for additional details.
- x86
- x64

[Unreleased]: https://github.com/atc0005/check-illiad/compare/v0.1.8...HEAD
[Unreleased]: https://github.com/atc0005/check-illiad/compare/v0.1.9...HEAD
[v0.1.9]: https://github.com/atc0005/check-illiad/releases/tag/v0.1.9
[v0.1.8]: https://github.com/atc0005/check-illiad/releases/tag/v0.1.8
[v0.1.7]: https://github.com/atc0005/check-illiad/releases/tag/v0.1.7
[v0.1.6]: https://github.com/atc0005/check-illiad/releases/tag/v0.1.6
Expand Down

0 comments on commit 86ff4d5

Please sign in to comment.