Skip to content

Commit

Permalink
Merge pull request #152 from atc0005/update-changelog-for-v0.1.12-rel…
Browse files Browse the repository at this point in the history
…ease

Update CHANGELOG for v0.1.12 release
  • Loading branch information
atc0005 authored Dec 12, 2022
2 parents 433a8b3 + e3987d0 commit e2dd227
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,39 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.1.12] - 2022-12-12

### Overview

- Bug fixes
- Dependency updates
- GitHub Actions Workflows updates
- built using Go 1.19.4
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)

### Changed

- Dependencies
- `Go`
- `1.19.1` to `1.19.4`
- `atc0005/go-nagios`
- `v0.10.0` to `v0.10.2`
- `github.com/mattn/go-colorable`
- `v0.1.12` to `v0.1.13`
- `github.com/mattn/go-isatty`
- `v0.0.14` to `v0.0.16`
- `github.com/alexflint/go-scalar`
- `v1.1.0` to `v1.2.0`
- `golang.org/x/sys`
- `v0.0.0-20210927094055-39ccf1dd6fa6` to `v0.3.0`
- (GH-144) Refactor GitHub Actions workflows to import logic

### Fixed

- (GH-150) Fix Makefile Go module base path detection

## [v0.1.11] - 2022-09-22

### Overview
Expand Down Expand Up @@ -374,7 +407,8 @@ checks) and recursive evaluation is available, but disabled by default.

- Permissions checks

[Unreleased]: https://github.com/atc0005/check-path/compare/v0.1.11...HEAD
[Unreleased]: https://github.com/atc0005/check-path/compare/v0.1.12...HEAD
[v0.1.12]: https://github.com/atc0005/check-path/releases/tag/v0.1.12
[v0.1.11]: https://github.com/atc0005/check-path/releases/tag/v0.1.11
[v0.1.10]: https://github.com/atc0005/check-path/releases/tag/v0.1.10
[v0.1.9]: https://github.com/atc0005/check-path/releases/tag/v0.1.9
Expand Down

0 comments on commit e2dd227

Please sign in to comment.