Releases: mnako/letters
Releases · mnako/letters
Release v0.1.0
This version releases code that I have written around November 2019 for parsing plaintext and MIME emails in Go as an open-source library. See #13 for more information and discussion on the v0.1.0 Release Candidate.
Changes since 2019:
- Add missing go.mod and go.sum defaulting to new Go version 1.17.
- Add a new suite of automated tests.
- Add Makefile.
- Add Github Actions for linting and testing.
- Add CODEOWNERS, LICENSE, and README.md files.
Current Status
Feature-complete and tests passing.
Currently gethering feedback and refactoring code before releasing v1.0.0. Fields and API are still subject to change.
What's Changed
New Contributors
Full Changelog: https://github.com/mnako/letters/commits/v0.1.0