Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Feb 3, 2016
1 parent c7542cd commit 1a720a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"go-vet"
],
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "2.1.0",
"PackageVersion": "2.2.0",
"ConfigVersion": "0.9"
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,14 @@ Get a released version on: https://github.com/moul/advanced-ssh-config/releases

## Changelog

### master (unreleased)
### v2.2.0 (2016-02-03)

* Avoid exiting when an included file contains errors ([#95](https://github.com/moul/advanced-ssh-config/issues/95))
* Anonymize paths in `assh info`
* Support of `assh proxy --dry-run` option
* Fix: do not resolve variables in hostnames twice ([#103](https://github.com/moul/advanced-ssh-config/issues/103))

[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.1.0...master)
[Full commits list](https://github.com/moul/advanced-ssh-config/compare/v2.1.0...v2.2.0)

### v2.1.0 (2015-10-05)

Expand Down Expand Up @@ -320,7 +320,7 @@ docker run -it --rm -v ~/.ssh:/.ssh moul/assh --help

## License

© 2009-2015 Manfred Touron - MIT License
© 2009-2016 Manfred Touron - MIT License


[![ASSH logo - Advanced SSH Config logo](https://raw.githubusercontent.com/moul/advanced-ssh-config/develop/assets/assh.jpg)](https://github.com/moul/advanced-ssh-config)
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var GITCOMMIT string

func init() {
// Version should be updated by hand at each release
VERSION = "2.1.0-dev"
VERSION = "2.2.0"
// GitCommit will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
}

0 comments on commit 1a720a2

Please sign in to comment.