Skip to content

Commit

Permalink
Merge pull request #405 from atc0005/update-changelog-for-v0.7.0-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.7.0 release
  • Loading branch information
atc0005 authored Mar 10, 2023
2 parents dc030c3 + 1c30e2d commit 872be8e
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,37 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.7.0] - 2023-03-10

### Overview

- Add support for generating packages
- Generated binary changes
- filename patterns
- compression
- executable metadata
- Build improvements
- built using Go 1.19.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)

### Added

- (GH-388) Generate RPM/DEB packages using nFPM

### Changed

- Dependencies
- `atc0005/go-ci` build image
- `go-ci-oldstable-build-v0.9.0` to `go-ci-oldstable-build-v0.9.1`
- (GH-387) Switch to semantic versioning (semver) compatible versioning
pattern
- (GH-390) Makefile: Compress binaries and use fixed filenames
- (GH-391) Makefile: Refresh recipes to add "standard" set, new
package-related options
- (GH-392) Build dev/stable releases using go-ci Docker image

## [v0.6.2] - 2023-03-09

### Overview
Expand Down Expand Up @@ -1164,7 +1195,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.6.2...HEAD
[Unreleased]: https://github.com/atc0005/check-mail/compare/v0.7.0...HEAD
[v0.7.0]: https://github.com/atc0005/check-mail/releases/tag/v0.7.0
[v0.6.2]: https://github.com/atc0005/check-mail/releases/tag/v0.6.2
[v0.6.1]: https://github.com/atc0005/check-mail/releases/tag/v0.6.1
[v0.6.0]: https://github.com/atc0005/check-mail/releases/tag/v0.6.0
Expand Down

0 comments on commit 872be8e

Please sign in to comment.