File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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.6 (2016-05-30)
11+
812* [ #306 ] ( https://github.com/exercism/cli/pull/306 ) Don't use Fatal to print usage - [ @broady ]
913* [ #307 ] ( https://github.com/exercism/cli/pull/307 ) Pass API key when fetching individual exercises - [ @kytrinyx ]
1014* [ #312 ] ( https://github.com/exercism/cli/pull/312 ) Add missing newline on usage string - [ @jppunnett ]
@@ -13,7 +17,6 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
1317* Update codegangsta/cli dependency - [ @manusajith ] , [ @lcowell ]
1418* [ #320 ] ( https://github.com/exercism/cli/pull/320 ) Add missing newlines to usage strings - [ @hjljo ]
1519* [ #328 ] ( https://github.com/exercism/cli/pull/328 ) Append solution URL path consistently - [ @Tonkpils ]
16- * ** Your contribution here**
1720
1821## v2.2.5 (2016-04-02)
1922
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.5 "
20+ Version = "2.2.6 "
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