Skip to content

Commit

Permalink
Make v0.1.1 release. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnako authored Aug 21, 2022
1 parent b1feb07 commit 740e34b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
format:
go fmt

lint:
golangci-lint run

test:
go test -v ./... -cover
go vet ./...
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Test](https://github.com/mnako/letters/actions/workflows/test.yml/badge.svg)](https://github.com/mnako/letters/actions/workflows/test.yml)
[![Lint](https://github.com/mnako/letters/actions/workflows/lint.yml/badge.svg)](https://github.com/mnako/letters/actions/workflows/lint.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/mnako/letters)](https://goreportcard.com/report/github.com/mnako/letters)

**Letters** is a minimalistic Golang library for parsing plaintext and MIME
emails.
Expand All @@ -17,7 +18,7 @@ content, and decode inline and attached files.
Install

```
go get github.com/mnako/letters@v0.1.0
go get github.com/mnako/letters@v0.1.1
```

Parse a raw email from a Reader:
Expand Down

0 comments on commit 740e34b

Please sign in to comment.