Skip to content

Commit

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

Update CHANGELOG for v0.4.13 release
  • Loading branch information
atc0005 authored Dec 28, 2021
2 parents edb99bc + a87e7d7 commit bfd686b
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,41 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.4.13] - 2021-12-28

### Overview

- Dependency updates
- built using Go 1.16.10
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)

### Added

- (GH-248) Dependabot monitoring of "tools" used for build process, etc.

### Changed

- Dependencies
- `Go`
- `1.16.10` to `1.16.12`
- `gopkg.in/ini.v1`
- `v1.63.2` to `1.66.2`
- `rs/zerolog`
- `v1.26.0` to `v1.26.1`
- `actions/setup-node`
- `v2.4.1` to `v2.5.1`

- (GH-246) Help output generated by `-h`, `--help` flag is sent to `stderr`,
should go to `stdout` instead

### Fixed

- (GH-237) CHANGELOG: Fix indentation of dependency update version
- (GH-249) Add missing build entry for list-emails CLI app in the Build
codebase GitHub Actions workflow

## [v0.4.12] - 2021-11-08

### Overview
Expand Down Expand Up @@ -747,7 +782,8 @@ monitor mail-related resources.
- TLS/SSL IMAP4 connectivity via `emerson/go-imap` package
- Go modules (vs classic `GOPATH` setup)

[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.4.12...HEAD
[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.4.13...HEAD
[v0.4.13]: https://github.com/atc0005/check-mail/releases/tag/v0.4.13
[v0.4.12]: https://github.com/atc0005/check-mail/releases/tag/v0.4.12
[v0.4.11]: https://github.com/atc0005/check-mail/releases/tag/v0.4.11
[v0.4.10]: https://github.com/atc0005/check-mail/releases/tag/v0.4.10
Expand Down

0 comments on commit bfd686b

Please sign in to comment.