Skip to content

Commit bdbcc49

Browse files
Bump to version 3.5.0 (#1161)
1 parent 8951e55 commit bdbcc49

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
88

99
- **Your contribution here**
1010

11+
## v3.5.0 (2024-08-22)
12+
13+
- [#1157](https://github.com/exercism/cli/pull/1157) Add support for Batch to `exercism test` - [@GroophyLifefor]
14+
- [#1159](https://github.com/exercism/cli/pull/1159) Fix duplicated `t` alias -
15+
[@muzimuzhi]
16+
1117
## v3.4.2 (2024-08-20)
1218

1319
- [#1156](https://github.com/exercism/cli/pull/1156) Add `test` command to Shell completions -
@@ -543,3 +549,12 @@ All changes by [@msgehard]
543549
[@xavdid]: https://github.com/xavdid
544550
[@williandrade]: https://github.com/williandrade
545551
[@zabawaba99]: https://github.com/zabawaba99
552+
[@GroophyLifefor]: https://github.com/GroophyLifefor
553+
[@muzimuzhi]: https://github.com/muzimuzhi
554+
[@isberg]: https://github.com/isberg
555+
[@erikschierboom]: https://github.com/erikschierboom
556+
[@sanderploegsma]: https://github.com/sanderploegsma
557+
[@enascimento178]: https://github.com/enascimento178
558+
[@halfdan]: https://github.com/halfdan
559+
[@glennj]: https://github.com/glennj
560+
[@tomasnorre]: https://github.com/tomasnorre

cmd/version.go

+1-1
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.4.2"
12+
const Version = "3.5.0"
1313

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

0 commit comments

Comments
 (0)