Skip to content

Commit 14f2349

Browse files
Bump version to 3.5.5 (#1194)
1 parent 4a57aa7 commit 14f2349

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
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.
1515
var checkLatest bool

0 commit comments

Comments
 (0)