This commit is contained in:
Manfred Touron 2016-05-23 16:12:38 +02:00
parent 2cf3fdbc50
commit 5d0546d272
No known key found for this signature in database
GPG Key ID: 9CCF47DF1FD978A1
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,6 @@
"go-vet"
],
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.5.0+",
"PackageVersion": "1.6.0",
"ConfigVersion": "0.9"
}

View File

@ -105,14 +105,14 @@ $ brew install https://raw.githubusercontent.com/moul/ssh2docker/master/contrib/
## Changelog
### master (unreleased)
### [v1.6.0](https://github.com/moul/gotty-client/releases/tag/v1.6.0) (2016-05-23)
* Support of `--use-proxy-from-env` (Add Proxy support) ([#36](https://github.com/moul/gotty-client/pull/36)) ([@byung2](https://github.com/byung2))
* Add debug mode ([#18](https://github.com/moul/gotty-client/issues/18))
* Fix argument passing ([#16](https://github.com/moul/gotty-client/issues/16))
* Remove warnings + golang fixes and refactoring ([@QuentinPerez](https://github.com/QuentinPerez))
[full commits list](https://github.com/moul/gotty-client/compare/v1.5.0...master)
[full commits list](https://github.com/moul/gotty-client/compare/v1.5.0...v1.6.0)
### [v1.5.0](https://github.com/moul/gotty-client/releases/tag/v1.5.0) (2016-02-18)