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/).
5
5
----------------
6
6
7
7
## Next Release
8
+ * ** Your contribution here**
9
+
10
+ ## v2.2.5 (2016-04-02)
11
+
8
12
* [ #284 ] ( https://github.com/exercism/cli/pull/284 ) Update release instructions - [ @kytrinyx ]
9
13
* [ #285 ] ( https://github.com/exercism/cli/pull/285 ) Create a copy/pastable release text - [ @kytrinyx ]
10
14
* [ #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/).
16
20
* [ #299 ] ( https://github.com/exercism/cli/pull/299 ) List output uses track ID and problem from list - [ @Tonkpils ]
17
21
* [ #301 ] ( https://github.com/exercism/cli/pull/301 ) Return error message for unknown track status - [ @neslom ]
18
22
* [ #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
-
21
23
22
24
## v2.2.4 (2016-01-28)
23
25
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const (
17
17
// We try to follow Semantic Versioning (http://semver.org),
18
18
// but with the http://exercism.io app being a prototype, a
19
19
// lot of things get out of hand.
20
- Version = "2.2.4 "
20
+ Version = "2.2.5 "
21
21
22
22
descConfigure = "Writes config values to a JSON file."
23
23
descDebug = "Outputs useful debug information."
You can’t perform that action at this time.
0 commit comments