Post-release version bump
This commit is contained in:
parent
379ad86796
commit
2dc7c42a05
|
@ -7,6 +7,6 @@
|
|||
"go-vet"
|
||||
],
|
||||
"MainDirsExclude": "vendor,Godeps,testdata",
|
||||
"PackageVersion": "1.3.0",
|
||||
"PackageVersion": "1.3.0+",
|
||||
"ConfigVersion": "0.9"
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue