Skip to content

Commit

Permalink
Bump version to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Mar 25, 2017
1 parent 1131078 commit 41427fc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
----------------

## Next Release
* [#350](https://github.com/exercism/cli/pull/350) Add ARMv8 binaries to CLI releases - [@Tonkpils]
* [#346](https://github.com/exercism/cli/pull/346) Fallback to UTF-8 if encoding is uncertain - [@petertseng]
* [#344](https://github.com/exercism/cli/pull/344) Make the CLI config paths more XDG friendly - [@narqo]
* [#344](https://github.com/exercism/cli/pull/359) Add short flag `-m` for submit comment flag - [@jgsqware]
* **Your contribution here**

## v2.4.0 (2017-03-24)

* [#344](https://github.com/exercism/cli/pull/344) Make the CLI config paths more XDG friendly - [@narqo]
* [#346](https://github.com/exercism/cli/pull/346) Fallback to UTF-8 if encoding is uncertain - [@petertseng]
* [#350](https://github.com/exercism/cli/pull/350) Add ARMv8 binaries to CLI releases - [@Tonkpils]
* [#352](https://github.com/exercism/cli/pull/352) Fix case sensitivity on slug and track ID - [@Tonkpils]
* [#353](https://github.com/exercism/cli/pull/353) Print confirmation when fetching --all - [@neslom]
* [#356](https://github.com/exercism/cli/pull/356) Resolve symlinks before attempting to read files - [@lcowell]
* [#358](https://github.com/exercism/cli/pull/358) Redact API key from debug output - [@Tonkpils]
* [#359](https://github.com/exercism/cli/pull/359) Add short flag `-m` for submit comment flag - [@jgsqware]
* [#366](https://github.com/exercism/cli/pull/366) Allow obfuscation on configure command - [@dmmulroy]
* [#367](https://github.com/exercism/cli/pull/367) Use supplied confirmation text from API on submit - [@nilbus]

## v2.3.0 (2016-08-07)

* [#339](https://github.com/exercism/cli/pull/339) Don't run status command if API key is missing - [@ests]
Expand Down Expand Up @@ -331,6 +340,10 @@ All changes by [@msgehard]
* Implement login and logout
* Build on Travis

[@Dparker1990]: https://github.com/Dparker1990
[@LegalizeAdulthood]: https://github.com/LegalizeAdulthood
[@Tonkpils]: https://github.com/Tonkpils
[@TrevorBramble]: https://github.com/TrevorBramble
[@ambroff]: https://github.com/ambroff
[@andrewsardone]: https://github.com/andrewsardone
[@anxiousmodernman]: https://github.com/anxiousmodernman
Expand All @@ -340,33 +353,32 @@ All changes by [@msgehard]
[@daveyarwood]: https://github.com/daveyarwood
[@devonestes]: https://github.com/devonestes
[@djquan]: https://github.com/djquan
[@Dparker1990]: https://github.com/Dparker1990
[@dmmulroy]: https://github.com/dmmulroy
[@dpritchett]: https://github.com/dpritchett
[@eToThePiIPower]: https://github.com/eToThePiIPower
[@ebautistabar]: https://github.com/ebautistabar
[@elimisteve]: https://github.com/elimisteve
[@ests]: https://github.com/ests
[@eToThePiIPower]: https://github.com/eToThePiIPower
[@harimp]: https://github.com/harimp
[@hjljo]: https://github.com/hjljo
[@isbadawi]: https://github.com/isbadawi
[@jgsqware]: https://github.com/jgsqware
[@jish]: https://github.com/jish
[@jppunnett]: https://github.com/jppunnett
[@kytrinyx]: https://github.com/kytrinyx
[@lcowell]: https://github.com/lcowell
[@LegalizeAdulthood]: https://github.com/LegalizeAdulthood
[@manusajith]: https://github.com/manusajith
[@morphatic]: https://github.com/morphatic
[@msgehard]: https://github.com/msgehard
[@narqo]: https://github.com/narqo
[@neslom]: https://github.com/neslom
[@nf]: https://github.com/nf
[@nilbus]: https://github.com/nilbus
[@petertseng]: https://github.com/petertseng
[@pminten]: https://github.com/pminten
[@queuebit]: https://github.com/queuebit
[@rcode5]: https://github.com/rcode5
[@rprouse]: https://github.com/rprouse
[@simonjefford]: https://github.com/simonjefford
[@srt32]: https://github.com/srt32
[@Tonkpils]: https://github.com/Tonkpils
[@TrevorBramble]: https://github.com/TrevorBramble
[@zabawaba99]: https://github.com/zabawaba99
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
// We try to follow Semantic Versioning (http://semver.org),
// but with the http://exercism.io app being a prototype, a
// lot of things get out of hand.
Version = "2.3.0"
Version = "2.4.0"

descConfigure = "Writes config values to a JSON file."
descDebug = "Outputs useful debug information."
Expand Down

0 comments on commit 41427fc

Please sign in to comment.