File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 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/).
88
99- ** Your contribution here**
1010
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+
1115## v3.5.0 (2024-08-22)
1216
1317- [ #1157 ] ( https://github.com/exercism/cli/pull/1157 ) Add support for Batch to ` exercism test ` - [ @GroophyLifefor ]
@@ -558,3 +562,4 @@ All changes by [@msgehard]
558562[ @halfdan ] : https://github.com/halfdan
559563[ @glennj ] : https://github.com/glennj
560564[ @tomasnorre ] : https://github.com/tomasnorre
565+ [ @ageron ] : https://github.com/ageron
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.5.0 "
12+ const Version = "3.5.1 "
1313
1414// checkLatest flag for version command.
1515var checkLatest bool
You can’t perform that action at this time.
0 commit comments