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/).
8
8
9
9
- ** Your contribution here**
10
10
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
+
11
15
## v3.5.4 (2024-11-15)
12
16
13
17
- [ #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]
581
585
[ @petrem ] : https://github.com/petrem
582
586
[ @bnandras ] : https://github.com/bnandras
583
587
[ @vaeng ] : https://github.com/vaeng
588
+ [ @keiravillekode ] : https://github.com/keiravillekode
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.4 "
12
+ const Version = "3.5.5 "
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