Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from atc0005/update-changelog-for-v0.1.4-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.1.4 release
  • Loading branch information
atc0005 authored Jul 23, 2020
2 parents df54437 + 6b9b960 commit fe1302a
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.1.4] - 2020-07-23

### Changed

- Dependencies
- updated `actions/setup-go`
- `v2.1.0` to `v2.1.1`
- updated `actions/setup-node`
- `v2.1.0` to `v2.1.1`

- Linting
- `golangci-lint`: Disable default exclusions

- Logging
- log original and sanitized filenames

### Fixed

- Linting
- gosec: Wrap os.Open calls with filepath.Clean
- golint: comment on exported const XYZ should be of the form XYZ ...
- gosec (G204): Mute subprocess linting error for intentional `exec.Command`
call which uses a a client-provided value
- errcheck: Explicitly check file close return values

## [v0.1.3] - 2020-07-02

### Changed
Expand Down Expand Up @@ -142,7 +167,8 @@ application is released (currently pending review).

<!-- Version header ref links here -->

[Unreleased]: https://github.com/atc0005/go-ezproxy/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/atc0005/go-ezproxy/compare/v0.1.4...HEAD
[v0.1.4]: https://github.com/atc0005/go-ezproxy/releases/tag/v0.1.4
[v0.1.3]: https://github.com/atc0005/go-ezproxy/releases/tag/v0.1.3
[v0.1.2]: https://github.com/atc0005/go-ezproxy/releases/tag/v0.1.2
[v0.1.1]: https://github.com/atc0005/go-ezproxy/releases/tag/v0.1.1
Expand Down

0 comments on commit fe1302a

Please sign in to comment.