mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
add release notes for 1.0.0
This commit is contained in:
parent
43bcb0a000
commit
c7d3cbf168
3 changed files with 25 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION=0.2.1
|
||||
VERSION=1.0.0
|
||||
|
||||
all: fmt combined
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MailHog [ ![Download](https://img.shields.io/github/release/mailhog/MailHog.svg) ](https://github.com/mailhog/MailHog/releases/tag/v0.2.1) [![GoDoc](https://godoc.org/github.com/mailhog/MailHog?status.svg)](https://godoc.org/github.com/mailhog/MailHog) [![Build Status](https://travis-ci.org/mailhog/MailHog.svg?branch=master)](https://travis-ci.org/mailhog/MailHog)
|
||||
MailHog [ ![Download](https://img.shields.io/github/release/mailhog/MailHog.svg) ](https://github.com/mailhog/MailHog/releases/tag/v1.0.0) [![GoDoc](https://godoc.org/github.com/mailhog/MailHog?status.svg)](https://godoc.org/github.com/mailhog/MailHog) [![Build Status](https://travis-ci.org/mailhog/MailHog.svg?branch=master)](https://travis-ci.org/mailhog/MailHog)
|
||||
=========
|
||||
|
||||
Inspired by [MailCatcher](http://mailcatcher.me/), easier to install.
|
||||
|
@ -93,6 +93,6 @@ If you make any changes, run ```go fmt ./...``` before submitting a pull request
|
|||
|
||||
### Licence
|
||||
|
||||
Copyright © 2014 - 2016, Ian Kent (http://iankent.uk)
|
||||
Copyright © 2014 - 2017, Ian Kent (http://iankent.uk)
|
||||
|
||||
Released under MIT license, see [LICENSE](LICENSE.md) for details.
|
||||
|
|
|
@ -1,6 +1,28 @@
|
|||
MailHog Releases
|
||||
================
|
||||
|
||||
### [v1.0.0](https://github.com/mailhog/MailHog/releases/v1.0.0)
|
||||
|
||||
There's still outstanding PRs and issues which haven't been addressed in this release.
|
||||
|
||||
This is to get the updated release out with the latest code, since 0.2.1 is getting very stale!
|
||||
|
||||
- Bump release to 1.0.0
|
||||
- updated mgo dependency
|
||||
- temporarily remove vendor directory, because of some build issues
|
||||
- Fix #117 - add info about proxies
|
||||
- Fix #146 - keep tags on docker hub
|
||||
- Fix #148 and mailhog/storage#7 - leading \r\n in maildir storage
|
||||
- #113 - better support RFC support for headers
|
||||
- #118 - optimise Dockerfile for automated builds, thanks @blueimp
|
||||
- #122 - add -version flag, thanks @swordbeta
|
||||
- #123 - add .gitignore, thanks @swordbeta
|
||||
- #136 - update MailHog-UI assets, thanks @sdurrheimer
|
||||
- #145 - fix a link in DEPLOY.md, thanks @nnmer
|
||||
- mailhog/MailHog-UI#22 and #104 - support TLS websockets in HTTPS mode, thanks @blueimp
|
||||
- mailhog/MailHog-UI#23 and mailhog/MailHog-UI#24 - support multiple instances of CID
|
||||
- more things I've forgotten/can't find!
|
||||
|
||||
### [v0.2.1](https://github.com/mailhog/MailHog/releases/v0.2.1)
|
||||
- Update .travis.yml to Go 1.6 and tip
|
||||
- Fix builds broken by out of date mgo import path
|
||||
|
|
Loading…
Reference in a new issue