Skip to content

Commit

Permalink
Bump version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Mar 25, 2015
1 parent 79ed023 commit 76eada2
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 @@ -6,11 +6,14 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

## Next Release

* **Your contribution here**

## v2.0.1 (2015-25-05)

* [#167](https://github.com/exercism/cli/pull/167): Fixes misspelling of exercism list command - [@queuebit](https://github.com/queuebit)
* Tweak output from `fetch` so that languages are scannable.
* [#35](https://github.com/exercism/cli/issues/35): Add support for submitting multiple-file solutions
* [#171](https://github.com/exercism/cli/pull/171): Implement `skip` command to bypass individual exercises - [@Tonkpils](https://github.com/Tonkpils)
* **Your contribution here**

## v2.0.0 (2015-03-05)

Expand Down
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.0.0"
Version = "2.0.1"

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

0 comments on commit 76eada2

Please sign in to comment.