Skip to content

Commit

Permalink
Update makefile and releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed Dec 21, 2014
1 parent d7093a5 commit cf42e49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bindata:
go-bindata -o MailHog-UI/assets/assets.go -pkg assets -prefix MailHog-UI/ MailHog-UI/assets/...

release: release-deps
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" ./MailHog

fmt:
go fmt ./...
Expand Down
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Go-MailHog Releases
===================

### [v0.08](https://github.com/ian-kent/Go-MailHog/releases/0.08)

- Extract SMTP protocol into isolated library
- Better protocol tests
- Add hooks for manipulating protocol behaviour
- Merge #14 - fix display of multipart messges, thanks @derwassi
- Merge #17 - fix API v1 docs, thanks @geerlingguy
- Fix #11 - add build documentation
- Fix #12 - support broken MAIL/RCPT syntax
- Fix #16 - add deployment documentation
- Fix #18 - better server-sent event support using [goose](https://github.com/ian-kent/goose)

### [v0.07](https://github.com/ian-kent/Go-MailHog/releases/tag/0.07)

- Fix #6 - Make SMTP verbs case-insensitive
Expand Down

0 comments on commit cf42e49

Please sign in to comment.