Post-release version bump

This commit is contained in:
Manfred Touron 2015-10-27 20:09:28 +01:00
parent 379ad86796
commit 2dc7c42a05
No known key found for this signature in database
GPG Key ID: 0DCB9CE0CABAE1B5
2 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,6 @@
"go-vet"
],
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.3.0",
"PackageVersion": "1.3.0+",
"ConfigVersion": "0.9"
}

View File

@ -101,12 +101,18 @@ $ brew install https://raw.githubusercontent.com/moul/ssh2docker/master/contrib/
## Changelog
### master (unreleased)
* No entry
[full commits list](https://github.com/moul/gotty-client/compare/v1.3.0...master)
### [v1.3.0](https://github.com/moul/gotty-client/releases/tag/v1.3.0) (2015-10-27)
* Fix `connected` state when using `Connect()` + `Loop()` methods
* Add `ExitLoop` which allow to exit from `Loop` function
[full commits list](https://github.com/moul/gotty-client/compare/v1.2.0...v.1.3.0)
[full commits list](https://github.com/moul/gotty-client/compare/v1.2.0...v1.3.0)
### [v1.2.0](https://github.com/moul/gotty-client/releases/tag/v1.2.0) (2015-10-23)