From cf42e49baf78497d4308f2ce98fca05b845190aa Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Sun, 21 Dec 2014 09:27:03 +0000 Subject: [PATCH] Update makefile and releases --- Makefile | 2 +- RELEASES.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db09b26..7f32888 100644 --- a/Makefile +++ b/Makefile @@ -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 ./... diff --git a/RELEASES.md b/RELEASES.md index 4ac2650..352f9b4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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