Skip to content

Commit 0cd96e0

Browse files
committed
Bump version to v3.0.10-alpha.1
1 parent 39ec866 commit 0cd96e0

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
55
----------------
66

77
## Next Release
8+
* **Your contribution here**
9+
10+
## v3.0.10-alpha.1 (2018-09-21)
11+
* [#739](https://github.com/exercism/cli/pull/739) update maxFileSize error to include filename - [@nywilken]
812
* [#736](https://github.com/exercism/cli/pull/736) Metadata file .solution.json renamed to metadata.json - [@jdsutherland]
13+
* [#738](https://github.com/exercism/cli/pull/738) Add missing contributor URLs to CHANGELOG - [@nywilken]
14+
* [#737](https://github.com/exercism/cli/pull/737) Remove unused solutions type - [@jdsutherland]
15+
* [#729](https://github.com/exercism/cli/pull/729) Update Oh My Zsh instructions - [@katrinleinweber]
16+
* [#725](https://github.com/exercism/cli/pull/725) Do not allow submission of enormous files - [@sfairchild]
17+
* [#724](https://github.com/exercism/cli/pull/724) Update submit error message when submitting a directory - [@sfairchild]
18+
* [#723](https://github.com/exercism/cli/pull/720) Move .solution.json to hidden subdirectory - [@jdsutherland]
919

1020
## v3.0.9 (2018-08-29)
1121
* [#720](https://github.com/exercism/cli/pull/720) Make the timeout configurable globally - [@kytrinyx]
@@ -419,6 +429,7 @@ All changes by [@msgehard]
419429
[@jish]: https://github.com/jish
420430
[@jppunnett]: https://github.com/jppunnett
421431
[@kytrinyx]: https://github.com/kytrinyx
432+
[@katrinleinweber]: https://github.com/katrinleinweber
422433
[@lcowell]: https://github.com/lcowell
423434
[@LegalizeAdulthood]: https://github.com/LegalizeAdulthood
424435
[@manusajith]: https://github.com/manusajith
@@ -435,6 +446,7 @@ All changes by [@msgehard]
435446
[@queuebit]: https://github.com/queuebit
436447
[@rcode5]: https://github.com/rcode5
437448
[@rprouse]: https://github.com/rprouse
449+
[@sfairchild]: https://github.com/sfairchild
438450
[@simonjefford]: https://github.com/simonjefford
439451
[@srt32]: https://github.com/srt32
440452
[@Tonkpils]: https://github.com/Tonkpils

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.9"
12+
const Version = "3.0.10-alpha.1"
1313

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

0 commit comments

Comments
 (0)