Skip to content

Commit

Permalink
Bump version to v3.1.0 (#1060)
Browse files Browse the repository at this point in the history
I arbitrarily decided that today is a good day to move to 3.1x.
This release adds a feature that has been requested since forever,
i.e. the ability to submit without specifying files.

Seems worth the minor version bump.
  • Loading branch information
kytrinyx authored Oct 4, 2022
1 parent 9723051 commit 3d37fef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
## Next Release
* **Your contribution here**

## v3.1.0 (2022-10-04)
* [#979](https://github.com/exercism/cli/pull/979) Protect existing solutions from being overwritten by 'download' - [@harugo]
* [#981](https://github.com/exercism/cli/pull/981) Check if authorisation header is set before attempting to extract token - [@harugo]
* [#1044](https://github.com/exercism/cli/pull/1044) Submit without specifying files - [@andrerfcsantos]

## 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]
Expand Down Expand Up @@ -423,6 +428,7 @@ All changes by [@msgehard]
* Build on Travis

[@AlexWheeler]: https://github.com/AlexWheeler
[@andrerfcsantos]: https://github.com/andrerfcsantos
[@avegner]: https://github.com/avegner
[@Dparker1990]: https://github.com/Dparker1990
[@John-Goff]: https://github.com/John-Goff
Expand Down Expand Up @@ -453,6 +459,7 @@ All changes by [@msgehard]
[@farisj]: https://github.com/farisj
[@glebedel]: https://github.com/glebedel
[@harimp]: https://github.com/harimp
[@harugo]: https://github.com/harugo
[@hjljo]: https://github.com/hjljo
[@isbadawi]: https://github.com/isbadawi
[@jbaiter]: https://github.com/jbaiter
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.13"
const Version = "3.1.0"

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

0 comments on commit 3d37fef

Please sign in to comment.