File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
8
8
9
9
- ** Your contribution here**
10
10
11
+ ## v3.5.1 (2024-08-28)
12
+
13
+ - [ #1162 ] ( https://github.com/exercism/cli/pull/1162 ) Add support for Roc to ` exercism test ` - [ @ageron ]
14
+
11
15
## v3.5.0 (2024-08-22)
12
16
13
17
- [ #1157 ] ( https://github.com/exercism/cli/pull/1157 ) Add support for Batch to ` exercism test ` - [ @GroophyLifefor ]
@@ -558,3 +562,4 @@ All changes by [@msgehard]
558
562
[ @halfdan ] : https://github.com/halfdan
559
563
[ @glennj ] : https://github.com/glennj
560
564
[ @tomasnorre ] : https://github.com/tomasnorre
565
+ [ @ageron ] : https://github.com/ageron
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.5.0 "
12
+ const Version = "3.5.1 "
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