Skip to content

Commit

Permalink
Bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Dec 27, 2015
1 parent 86c0f70 commit 624b4d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
----------------

## Next Release
* **Your contribution here**

## v2.2.2 (2015-12-26)

* [#212](https://github.com/exercism/cli/pull/212) extract path related code from config - [@lcowell](https://github.com/lcowell)
* [#215](https://github.com/exercism/cli/pull/215) use $XDG_CONFIG_HOME if available - [@lcowell](https://github.com/lcowell)
* [#248](https://github.com/exercism/cli/pull/248) [#253](https://github.com/exercism/cli/pull/253) add debugging output - [@lcowell](https://github.com/lcowell)
* [#256](https://github.com/exercism/cli/pull/256) clean up build scripts - [@lcowell](https://github.com/lcowell)
* [#258](https://github.com/exercism/cli/pull/258) reduce filesystem noise on fetch [@devonestes](https://github.com/devonestes)
* [#261](https://github.com/exercism/cli/pull/261) improve error message when track and exercise can't be identified on submit - (@anxiousmodernman)[https://github.com/anxiousmodernman]
* [#262](https://github.com/exercism/cli/pull/262) encourage iterating to improve after first submission on an exercise - (@eToThePiIPower)[https://github.com/eToThePiIPower]
* **Your contribution here**

## v2.2.1 (2015-08-11)

Expand Down
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
// We try to follow Semantic Versioning (http://semver.org),
// but with the http://exercism.io app being a prototype, a
// lot of things get out of hand.
Version = "2.2.1"
Version = "2.2.2"

descDebug = "Outputs useful debug information."
descConfigure = "Writes config values to a JSON file."
Expand Down

0 comments on commit 624b4d8

Please sign in to comment.