File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
77## Next Release
88* ** Your contribution here**
99
10+ ## v3.0.7 (2018-08-21)
11+ * [ #705 ] ( https://github.com/exercism/cli/pull/705 ) Fix confusion about path and filepath - [ @kytrinyx ]
12+ * [ #650 ] ( https://github.com/exercism/cli/pull/650 ) Fix encoding problem in filenames - [ @williandrade ]
13+
1014## v3.0.6 (2018-07-17)
1115* [ #652 ] ( https://github.com/exercism/cli/pull/652 ) Add support for teams feature - [ @kytrinyx ]
1216* [ #683 ] ( https://github.com/exercism/cli/pull/683 ) Fix typo in welcome message - [ @glebedel ]
@@ -421,4 +425,5 @@ All changes by [@msgehard]
421425[ @rprouse ] : https://github.com/rprouse
422426[ @simonjefford ] : https://github.com/simonjefford
423427[ @srt32 ] : https://github.com/srt32
428+ [ @williandrade ] : https://github.com/williandrade
424429[ @zabawaba99 ] : https://github.com/zabawaba99
Original file line number Diff line number Diff line change 99
1010// Version is the version of the current build.
1111// It follows semantic versioning.
12- const Version = "3.0.6 "
12+ const Version = "3.0.7 "
1313
1414// checkLatest flag for version command.
1515var checkLatest bool
You can’t perform that action at this time.
0 commit comments