Skip to content

Commit 403fa67

Browse files
committed
v1.2.0
1 parent 98cd017 commit 403fa67

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"go-vet"
88
],
99
"MainDirsExclude": "vendor,Godeps,testdata",
10-
"PackageVersion": "1.1.0+",
10+
"PackageVersion": "1.2.0",
1111
"ConfigVersion": "0.9"
1212
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ $ docker run --privileged -v /var/lib/docker:/var/lib/docker -it --rm -p 2222:22
159159

160160
## Changelog
161161

162-
### master (unreleased)
162+
### [v1.2.0](https://github.com/moul/ssh2docker/releases/tag/v1.2.0) (2015-11-22)
163163

164164
* Support of `--host-key=system` to use OpenSSH keys ([#45](https://github.com/moul/ssh2docker/issues/45))
165165
* Support of custom entrypoint ([#63](https://github.com/moul/ssh2docker/issues/63))
@@ -171,7 +171,7 @@ $ docker run --privileged -v /var/lib/docker:/var/lib/docker -it --rm -p 2222:22
171171
* Support of `--local-user` option, to allow a specific user to be a local shell ([#44](https://github.com/moul/ssh2docker/issues/44))
172172
* Kill connection when exiting shell (ctrl+D) ([#43](https://github.com/moul/ssh2docker/issues/43))
173173

174-
[full commits list](https://github.com/moul/ssh2docker/compare/v1.1.0...master)
174+
[full commits list](https://github.com/moul/ssh2docker/compare/v1.1.0...v1.2.0)
175175

176176
### [v1.1.0](https://github.com/moul/ssh2docker/releases/tag/v1.1.0) (2015-10-07)
177177

0 commit comments

Comments
 (0)