File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
6
6
7
7
## Next Release
8
8
* ** Your contribution here**
9
+
10
+ ## v3.0.12 (2019-07-07)
9
11
* [ #770 ] ( https://github.com/exercism/cli/pull/770 ) Print API error messages in submit command - [ @Smarticles101 ]
10
12
* [ #763 ] ( https://github.com/exercism/cli/pull/763 ) Add Fish shell tab completions - [ @John-Goff ]
11
13
* [ #806 ] ( https://github.com/exercism/cli/pull/806 ) Make Zsh shell tab completions work on $fpath - [ @QuLogic ]
Original file line number Diff line number Diff line change 9
9
10
10
// Version is the version of the current build.
11
11
// It follows semantic versioning.
12
- const Version = "3.0.11 "
12
+ const Version = "3.0.12 "
13
13
14
14
// checkLatest flag for version command.
15
15
var checkLatest bool
You can’t perform that action at this time.
0 commit comments