1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00

Prepare release 1.2.0

This commit is contained in:
James Hillyerd
2017-12-27 13:18:11 -08:00
parent c750dcff81
commit 01d51302c4
3 changed files with 10 additions and 3 deletions

View File

@@ -7,7 +7,6 @@
"Os": "darwin freebsd linux windows", "Os": "darwin freebsd linux windows",
"ResourcesInclude": "README*,LICENSE*,CHANGELOG*,inbucket.bat,etc,themes", "ResourcesInclude": "README*,LICENSE*,CHANGELOG*,inbucket.bat,etc,themes",
"PackageVersion": "1.2.0", "PackageVersion": "1.2.0",
"PrereleaseInfo": "rc2",
"ConfigVersion": "0.9", "ConfigVersion": "0.9",
"BuildSettings": { "BuildSettings": {
"LdFlagsXVars": { "LdFlagsXVars": {

View File

@@ -4,6 +4,13 @@ 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/).
[1.2.0] - 2017-12-27
--------------------
### Changed
- No significant code changes from rc2
[1.2.0-rc2] - 2017-12-15 [1.2.0-rc2] - 2017-12-15
------------------------ ------------------------
@@ -92,6 +99,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
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
[1.2.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.2.0-rc1...1.2.0-rc2 [1.2.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.2.0-rc1...1.2.0-rc2
[1.2.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.1.0...1.2.0-rc1 [1.2.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.1.0...1.2.0-rc1
[1.1.0]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc2...1.1.0 [1.1.0]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc2...1.1.0

View File

@@ -24,7 +24,7 @@ import (
var ( var (
// version contains the build version number, populated during linking // version contains the build version number, populated during linking
version = "1.2.0-rc2" version = "1.2.0"
// date contains the build date, populated during linking // date contains the build date, populated during linking
date = "undefined" date = "undefined"