Skip to content

Commit

Permalink
Merge pull request #103 from atc0005/update-changelog-for-v0.3.1-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.3.1 release
  • Loading branch information
atc0005 authored Jun 16, 2023
2 parents fe74c59 + 6a97391 commit 5e86537
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,38 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.3.1] - 2023-06-16

### Overview

- Bug fixes
- GitHub Actions workflow updates
- Dependency updates
- built using Go 1.19.10
- Statically linked
- Linux (x86, x64)

### Changed

- Dependencies
- `Go`
- `1.19.9` to `1.19.10`
- `atc0005/go-ci` build image
- `go-ci-oldstable-build-v0.10.5` to `go-ci-oldstable-build-v0.11.0`
- `atc0005/go-nagios`
- `v0.14.0` to `v0.15.0`
- `golang.org/x/sys`
- `v0.8.0` to `v0.9.0`
- `mattn/go-isatty`
- `v0.0.18` to `v0.0.19`
- (GH-99) Update vuln analysis GHAW to remove on.push hook

### Fixed

- (GH-95) Disable depguard linter
- (GH-96) Add missing branding flag support
- (GH-101) Restore local CodeQL workflow

## [v0.3.0] - 2023-05-11

### Overview
Expand Down Expand Up @@ -192,7 +224,8 @@ processes on Linux distros:

See the project README for additional details.

[Unreleased]: https://github.com/atc0005/check-process/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/atc0005/check-process/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/atc0005/check-process/releases/tag/v0.3.1
[v0.3.0]: https://github.com/atc0005/check-process/releases/tag/v0.3.0
[v0.2.1]: https://github.com/atc0005/check-process/releases/tag/v0.2.1
[v0.2.0]: https://github.com/atc0005/check-process/releases/tag/v0.2.0
Expand Down

0 comments on commit 5e86537

Please sign in to comment.