Skip to content

Commit

Permalink
Bump version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Jan 28, 2016
1 parent 43477f0 commit 1be950f
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.4 (2016-01-28)

* [#270](https://github.com/exercism/cli/pull/270) Allow commenting on submission with --comment - [@Tonkpils](https://github.com/Tonkpils)
* [#271](https://github.com/exercism/cli/pull/271) Increase timeout to 20 seconds - [@Tonkpils](https://github.com/Tonkpils)
* [#273](https://github.com/exercism/cli/pull/273) Guard against submitting spec files and README - [@daveyarwood](https://github.com/daveyarwood)
* [#278](https://github.com/exercism/cli/pull/278) Create files with 0644 mode, create missing directories for downloaded solutions - [@petertseng](https://github.com/petertseng)
* [#281](https://github.com/exercism/cli/pull/281) Create missing directories for downloaded problems - [@petertseng](https://github.com/petertseng)
* [#282](https://github.com/exercism/cli/pull/282) Remove random encouragement after submitting - [@kytrinyx](https://github.com/kytrinyx)
* [#283](https://github.com/exercism/cli/pull/283) Print current configuration after calling configure command - [@kytrinyx](https://github.com/kytrinyx)
* **Your contribution here**

## v2.2.3 (2015-12-27)
* [#264](https://github.com/exercism/cli/pull/264) Fix version flag to use --version and --v - [@Tonkpils](https://github.com/Tonkpils)
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.3"
Version = "2.2.4"

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

0 comments on commit 1be950f

Please sign in to comment.