Skip to content

Commit

Permalink
Bump to version v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Jul 14, 2018
1 parent 10c726b commit 7ce822f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
----------------

## Next Release
* **Your contribution here**

## v3.0.3 (2018-07-14)
[#642](https://github.com/exercism/cli/pull/642) Add better error messages when configuration is needed before download - [@kytrinyx]
[#641](https://github.com/exercism/cli/pull/641) Fix broken download for uuid flag - [@kytrinyx]
[#618](https://github.com/exercism/cli/pull/618) Fix broken test in Windows build for relative paths - [@nywilken]
[#631](https://github.com/exercism/cli/pull/631) Stop accepting token flag on download command - [@kytrinyx]
[#616](https://github.com/exercism/cli/pull/616) Add shell completion scripts to build artifacts - [@jdsutherland]
[#624](https://github.com/exercism/cli/pull/624) Tweak command documentation to reflect reality - [@kytrinyx]
[#625](https://github.com/exercism/cli/pull/625) Fix wildly excessive whitespace in error messages - [@kytrinyx]
* **Your contribution here**

## v3.0.2 (2018-07-13)
* [#622](https://github.com/exercism/cli/pull/622) Fix bug with multi-file submission - [@kytrinyx]
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version is the version of the current build.
// It follows semantic versioning.
const Version = "3.0.2"
const Version = "3.0.3"

// checkLatest flag for version command.
var checkLatest bool
Expand Down

0 comments on commit 7ce822f

Please sign in to comment.