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.5 (2025-05-30)
12+
13+ - [ #1192 ] ( https://github.com/exercism/cli/pull/1192 ) Change Idris test command to use slug - [ @keiravillekode ]
14+
1115## v3.5.4 (2024-11-15)
1216
1317- [ #1183 ] ( https://github.com/exercism/cli/pull/1183 ) Add support for Uiua track to ` exercism test ` - [ @vaeng ]
@@ -581,3 +585,4 @@ All changes by [@msgehard]
581585[ @petrem ] : https://github.com/petrem
582586[ @bnandras ] : https://github.com/bnandras
583587[ @vaeng ] : https://github.com/vaeng
588+ [ @keiravillekode ] : https://github.com/keiravillekode
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.4 "
12+ const Version = "3.5.5 "
1313
1414// checkLatest flag for version command.
1515var checkLatest bool
You can’t perform that action at this time.
0 commit comments