File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
8
8
9
9
- ** Your contribution here**
10
10
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
+
11
17
## v3.4.2 (2024-08-20)
12
18
13
19
- [ #1156 ] ( https://github.com/exercism/cli/pull/1156 ) Add ` test ` command to Shell completions -
@@ -543,3 +549,12 @@ All changes by [@msgehard]
543
549
[ @xavdid ] : https://github.com/xavdid
544
550
[ @williandrade ] : https://github.com/williandrade
545
551
[ @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 9
9
10
10
// Version is the version of the current build.
11
11
// It follows semantic versioning.
12
- const Version = "3.4.2 "
12
+ const Version = "3.5.0 "
13
13
14
14
// checkLatest flag for version command.
15
15
var checkLatest bool
You can’t perform that action at this time.
0 commit comments