Skip to content

Commit

Permalink
Merge pull request #890 from exercism/3.0.13-version-update
Browse files Browse the repository at this point in the history
Bumping version to v3.0.13
  • Loading branch information
Katrina Owen authored Oct 24, 2019
2 parents 9272959 + 978ee14 commit 0b03f0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
## Next Release
* **Your contribution here**

## v3.0.13 (2019-10-23)
* [#866](https://github.com/exercism/cli/pull/866) The API token outputted during verbose will now be masked by default - [@Jrank2013]
* [#873](https://github.com/exercism/cli/pull/873) Make all errors in cmd package checked - [@avegner]
* [#871](https://github.com/exercism/cli/pull/871) Error message returned if the track is locked - [@Jrank2013]
* [#886](https://github.com/exercism/cli/pull/886) Added GoReleaser config, updated docs, made archive naming adjustments - [@ekingery]

## v3.0.12 (2019-07-07)
* [#770](https://github.com/exercism/cli/pull/770) Print API error messages in submit command - [@Smarticles101]
* [#763](https://github.com/exercism/cli/pull/763) Add Fish shell tab completions - [@John-Goff]
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version is the version of the current build.
// It follows semantic versioning.
const Version = "3.0.12"
const Version = "3.0.13"

// checkLatest flag for version command.
var checkLatest bool
Expand Down

0 comments on commit 0b03f0d

Please sign in to comment.