Skip to content

Commit

Permalink
Bump to version 3.5.0 (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 22, 2024
1 parent 8951e55 commit bdbcc49
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

- **Your contribution here**

## v3.5.0 (2024-08-22)

- [#1157](https://github.com/exercism/cli/pull/1157) Add support for Batch to `exercism test` - [@GroophyLifefor]
- [#1159](https://github.com/exercism/cli/pull/1159) Fix duplicated `t` alias -
[@muzimuzhi]

## v3.4.2 (2024-08-20)

- [#1156](https://github.com/exercism/cli/pull/1156) Add `test` command to Shell completions -
Expand Down Expand Up @@ -543,3 +549,12 @@ All changes by [@msgehard]
[@xavdid]: https://github.com/xavdid
[@williandrade]: https://github.com/williandrade
[@zabawaba99]: https://github.com/zabawaba99
[@GroophyLifefor]: https://github.com/GroophyLifefor
[@muzimuzhi]: https://github.com/muzimuzhi
[@isberg]: https://github.com/isberg
[@erikschierboom]: https://github.com/erikschierboom
[@sanderploegsma]: https://github.com/sanderploegsma
[@enascimento178]: https://github.com/enascimento178
[@halfdan]: https://github.com/halfdan
[@glennj]: https://github.com/glennj
[@tomasnorre]: https://github.com/tomasnorre
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.4.2"
const Version = "3.5.0"

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

0 comments on commit bdbcc49

Please sign in to comment.