Skip to content

Commit 8e8695b

Browse files
author
Katrina Owen
committed
Bump version to v3.0.5
1 parent 62df39d commit 8e8695b

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
77
## Next Release
88
* **Your contribution here**
99

10+
## v3.0.5 (2018-07-17)
11+
* [#646](https://github.com/exercism/cli/pull/646) Fix issue with upgrading on Windows - [@nywilken]
12+
1013
## v3.0.4 (2018-07-15)
11-
[#644](https://github.com/exercism/cli/pull/644) Add better error messages when solution metadata is missing - [@kytrinyx]
14+
* [#644](https://github.com/exercism/cli/pull/644) Add better error messages when solution metadata is missing - [@kytrinyx]
1215

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

2225
## v3.0.2 (2018-07-13)
2326
* [#622](https://github.com/exercism/cli/pull/622) Fix bug with multi-file submission - [@kytrinyx]

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Version is the version of the current build.
1111
// It follows semantic versioning.
12-
const Version = "3.0.4"
12+
const Version = "3.0.5"
1313

1414
// checkLatest flag for version command.
1515
var checkLatest bool

0 commit comments

Comments
 (0)