File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
55----------------
66
77## Next Release
8+ * ** Your contribution here**
9+
10+ ## v2.2.5 (2016-04-02)
11+
812* [ #284 ] ( https://github.com/exercism/cli/pull/284 ) Update release instructions - [ @kytrinyx ]
913* [ #285 ] ( https://github.com/exercism/cli/pull/285 ) Create a copy/pastable release text - [ @kytrinyx ]
1014* [ #289 ] ( https://github.com/exercism/cli/pull/289 ) Fix a typo in the usage statement - [ @AlexWheeler ]
@@ -16,8 +20,6 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
1620* [ #299 ] ( https://github.com/exercism/cli/pull/299 ) List output uses track ID and problem from list - [ @Tonkpils ]
1721* [ #301 ] ( https://github.com/exercism/cli/pull/301 ) Return error message for unknown track status - [ @neslom ]
1822* [ #302 ] ( https://github.com/exercism/cli/pull/302 ) Add helpful error message when user tries to submit a directory - [ @alebaffa ]
19- * ** Your contribution here**
20-
2123
2224## v2.2.4 (2016-01-28)
2325
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const (
1717 // We try to follow Semantic Versioning (http://semver.org),
1818 // but with the http://exercism.io app being a prototype, a
1919 // lot of things get out of hand.
20- Version = "2.2.4 "
20+ Version = "2.2.5 "
2121
2222 descConfigure = "Writes config values to a JSON file."
2323 descDebug = "Outputs useful debug information."
You can’t perform that action at this time.
0 commit comments