File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
7
7
## Next Release
8
8
* ** Your contribution here**
9
9
10
+ ## v3.0.13 (2019-10-23)
11
+ * [ #866 ] ( https://github.com/exercism/cli/pull/866 ) The API token outputted during verbose will now be masked by default - [ @Jrank2013 ]
12
+ * [ #873 ] ( https://github.com/exercism/cli/pull/873 ) Make all errors in cmd package checked - [ @avegner ]
13
+ * [ #871 ] ( https://github.com/exercism/cli/pull/871 ) Error message returned if the track is locked - [ @Jrank2013 ]
14
+ * [ #886 ] ( https://github.com/exercism/cli/pull/886 ) Added GoReleaser config, updated docs, made archive naming adjustments - [ @ekingery ]
15
+
10
16
## v3.0.12 (2019-07-07)
11
17
* [ #770 ] ( https://github.com/exercism/cli/pull/770 ) Print API error messages in submit command - [ @Smarticles101 ]
12
18
* [ #763 ] ( https://github.com/exercism/cli/pull/763 ) Add Fish shell tab completions - [ @John-Goff ]
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.12 "
12
+ const Version = "3.0.13 "
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