1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Merge branch 'release/1.1.0-rc1' into develop

This commit is contained in:
James Hillyerd
2016-03-03 21:41:27 -08:00
3 changed files with 7 additions and 6 deletions

View File

@@ -5,9 +5,9 @@
], ],
"Arch": "amd64", "Arch": "amd64",
"Os": "darwin freebsd linux windows", "Os": "darwin freebsd linux windows",
"ResourcesInclude": "README*,LICENSE*,inbucket.bat,etc,themes", "ResourcesInclude": "README*,LICENSE*,CHANGELOG*,inbucket.bat,etc,themes",
"PackageVersion": "1.1.0", "PackageVersion": "1.1.0",
"PrereleaseInfo": "alpha", "PrereleaseInfo": "rc1",
"ConfigVersion": "0.9", "ConfigVersion": "0.9",
"BuildSettings": { "BuildSettings": {
"LdFlagsXVars": { "LdFlagsXVars": {
@@ -15,4 +15,4 @@
"Version": "main.VERSION" "Version": "main.VERSION"
} }
} }
} }

View File

@@ -2,7 +2,7 @@
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] ## [1.1.0-rc1]
### Added ### Added
- Inbucket now builds with Go 1.5 or 1.6 - Inbucket now builds with Go 1.5 or 1.6
- Project can build & run inside a Docker container - Project can build & run inside a Docker container
@@ -22,7 +22,8 @@ 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/1.0...HEAD [Unreleased]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc1...develop
[1.1.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.0...1.1.0-rc1
[1.0]: https://github.com/jhillyerd/inbucket/compare/1.0-rc1...1.0 [1.0]: https://github.com/jhillyerd/inbucket/compare/1.0-rc1...1.0
See http://keepachangelog.com/ for instructions on how to update this file. See http://keepachangelog.com/ for instructions on how to update this file.

View File

@@ -21,7 +21,7 @@ import (
var ( var (
// VERSION contains the build version number, populated during linking by goxc // VERSION contains the build version number, populated during linking by goxc
VERSION = "1.1.0.snapshot" VERSION = "1.1.0-rc1"
// BUILDDATE contains the build date, populated during linking by goxc // BUILDDATE contains the build date, populated during linking by goxc
BUILDDATE = "undefined" BUILDDATE = "undefined"