Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Bump version to v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Mar 16, 2018
1 parent aa362f1 commit d905d57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Exercism configlet follows [semantic versioning](http://semver.org/).

* [**Your contribution here**](/CONTRIBUTING.md)

## v3.8.0 (20th March 2018)

* [#122](https://github.com/exercism/configlet/pull/122) readme: Add documentation for the upgrade command - [@nywilken]
* [#119](https://github.com/exercism/configlet/pull/119) lint: Add checks for Invalid Unlocked By & Locked Core Exercises - [@tuxagon]
* [#118](https://github.com/exercism/configlet/pull/118) Add upgrade command - [@nywilken]
* [#115](https://github.com/exercism/configlet/pull/115) Add filter for unsupported exercise directories - [@nywilken]

## v3.7.0 (4th February 2018)

* [#98](https://github.com/exercism/configlet/pull/98) lint: Check for README presence - [@petertseng]
Expand Down Expand Up @@ -118,3 +125,4 @@ Exercism configlet follows [semantic versioning](http://semver.org/).
[@petertseng]: https://github.com/petertseng
[@stkent]: https://github.com/stkent
[@tleen]: https://github.com/tleen
[@tuxagon]: https://github.com/tuxagon
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// Version is the current version of the tool.
const Version = "3.7.0"
const Version = "3.8.0"

var (
// binaryName is this tool's given name. While we have named it configlet, others
Expand Down

0 comments on commit d905d57

Please sign in to comment.