mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
Release prep for 1.3.0
This commit is contained in:
39
CHANGELOG.md
39
CHANGELOG.md
@@ -4,7 +4,7 @@ Change Log
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [v1.3.0] - 2018-02-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Button to purge mailbox contents from the UI.
|
- Button to purge mailbox contents from the UI.
|
||||||
@@ -13,12 +13,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Changed
|
### Changed
|
||||||
- Reverse message display sort order in the UI; now newest first.
|
- Reverse message display sort order in the UI; now newest first.
|
||||||
|
|
||||||
## [1.2.0] - 2017-12-27
|
## [v1.2.0] - 2017-12-27
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- No significant code changes from rc2
|
- No significant code changes from rc2
|
||||||
|
|
||||||
## [1.2.0-rc2] - 2017-12-15
|
## [v1.2.0-rc2] - 2017-12-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `rest/client` types `MessageHeader` and `Message` with convenience methods;
|
- `rest/client` types `MessageHeader` and `Message` with convenience methods;
|
||||||
@@ -33,7 +33,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
types
|
types
|
||||||
- Fixed panic when `monitor.history` set to 0
|
- Fixed panic when `monitor.history` set to 0
|
||||||
|
|
||||||
## [1.2.0-rc1] - 2017-01-29
|
## [v1.2.0-rc1] - 2017-01-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Storage of `To:` header in messages (likely breaks existing datastores)
|
- Storage of `To:` header in messages (likely breaks existing datastores)
|
||||||
@@ -59,7 +59,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Allow increased local-part length of 128 chars for Mailgun
|
- Allow increased local-part length of 128 chars for Mailgun
|
||||||
- RedHat and Ubuntu now use systemd instead of legacy init systems
|
- RedHat and Ubuntu now use systemd instead of legacy init systems
|
||||||
|
|
||||||
## [1.1.0] - 2016-09-03
|
## [v1.1.0] - 2016-09-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Homebrew inbucket.conf and formula (see README)
|
- Homebrew inbucket.conf and formula (see README)
|
||||||
@@ -67,7 +67,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Fixed
|
### Fixed
|
||||||
- Log and continue when unable to delete oldest message during cap enforcement
|
- Log and continue when unable to delete oldest message during cap enforcement
|
||||||
|
|
||||||
## [1.1.0-rc2] - 2016-03-06
|
## [v1.1.0-rc2] - 2016-03-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Message Cap to status page
|
- Message Cap to status page
|
||||||
@@ -77,7 +77,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Shutdown hang in retention scanner
|
- Shutdown hang in retention scanner
|
||||||
- Display empty subject as `(No Subject)`
|
- Display empty subject as `(No Subject)`
|
||||||
|
|
||||||
## [1.1.0-rc1] - 2016-03-04
|
## [v1.1.0-rc1] - 2016-03-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Inbucket now builds with Go 1.5 or 1.6
|
- Inbucket now builds with Go 1.5 or 1.6
|
||||||
@@ -91,7 +91,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- RESTful API moved to `/api/v1` base URI
|
- RESTful API moved to `/api/v1` base URI
|
||||||
- More graceful shutdown on Ctrl-C or when errors encountered
|
- More graceful shutdown on Ctrl-C or when errors encountered
|
||||||
|
|
||||||
## [1.0] - 2014-04-14
|
## [v1.0] - 2014-04-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add new configuration option `mailbox.message.cap` to prevent individual
|
- Add new configuration option `mailbox.message.cap` to prevent individual
|
||||||
@@ -99,23 +99,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Add Link button to messages, allows for directing another person to a
|
- Add Link button to messages, allows for directing another person to a
|
||||||
specific message.
|
specific message.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/jhillyerd/inbucket/compare/master...develop
|
[Unreleased]: https://github.com/jhillyerd/inbucket/compare/master...develop
|
||||||
[1.2.0]: https://github.com/jhillyerd/inbucket/compare/1.2.0-rc2...1.2.0
|
[v1.3.0]: https://github.com/jhillyerd/inbucket/compare/1.2.0...1.3.0
|
||||||
[1.2.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.2.0-rc1...1.2.0-rc2
|
[v1.2.0]: https://github.com/jhillyerd/inbucket/compare/1.2.0-rc2...1.2.0
|
||||||
[1.2.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.1.0...1.2.0-rc1
|
[v1.2.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.2.0-rc1...1.2.0-rc2
|
||||||
[1.1.0]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc2...1.1.0
|
[v1.2.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.1.0...1.2.0-rc1
|
||||||
[1.1.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc1...1.1.0-rc2
|
[v1.1.0]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc2...1.1.0
|
||||||
[1.1.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.0...1.1.0-rc1
|
[v1.1.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc1...1.1.0-rc2
|
||||||
[1.0]: https://github.com/jhillyerd/inbucket/compare/1.0-rc1...1.0
|
[v1.1.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.0...1.1.0-rc1
|
||||||
|
[v1.0]: https://github.com/jhillyerd/inbucket/compare/1.0-rc1...1.0
|
||||||
|
|
||||||
|
|
||||||
## Release Checklist
|
## Release Checklist
|
||||||
|
|
||||||
1. Create release branch: `git flow release start 1.x.0`
|
1. Create release branch: `git flow release start 1.x.0`
|
||||||
2. Update CHANGELOG.md:
|
2. Update CHANGELOG.md:
|
||||||
- Ensure *Unreleased* section is up to date
|
- Ensure *Unreleased* section is up to date
|
||||||
- Rename *Unreleased* section to release name and date.
|
- Rename *Unreleased* section to release name and date.
|
||||||
- Add new GitHub `/compare` link
|
- Add new GitHub `/compare` link
|
||||||
3. Run tests
|
3. Run tests
|
||||||
4. Test cross-compile: `goreleaser --snapshot`
|
4. Test cross-compile: `goreleaser --snapshot`
|
||||||
5. Commit changes and merge release: `git flow release finish`
|
5. Commit changes and merge release: `git flow release finish`
|
||||||
|
|||||||
Reference in New Issue
Block a user