Skip to content

Commit 0b03f0d

Browse files
author
Katrina Owen
authored
Merge pull request #890 from exercism/3.0.13-version-update
Bumping version to v3.0.13
2 parents 9272959 + 978ee14 commit 0b03f0d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
1016
## v3.0.12 (2019-07-07)
1117
* [#770](https://github.com/exercism/cli/pull/770) Print API error messages in submit command - [@Smarticles101]
1218
* [#763](https://github.com/exercism/cli/pull/763) Add Fish shell tab completions - [@John-Goff]

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.12"
12+
const Version = "3.0.13"
1313

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

0 commit comments

Comments
 (0)