File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
1515var checkLatest bool
You can’t perform that action at this time.
0 commit comments