Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

- **Your contribution here**

## v3.5.5 (2025-05-30)

- [#1192](https://github.com/exercism/cli/pull/1192) Change Idris test command to use slug - [@keiravillekode]

## v3.5.4 (2024-11-15)

- [#1183](https://github.com/exercism/cli/pull/1183) Add support for Uiua track to `exercism test` - [@vaeng]
Expand Down Expand Up @@ -581,3 +585,4 @@ All changes by [@msgehard]
[@petrem]: https://github.com/petrem
[@bnandras]: https://github.com/bnandras
[@vaeng]: https://github.com/vaeng
[@keiravillekode]: https://github.com/keiravillekode
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version is the version of the current build.
// It follows semantic versioning.
const Version = "3.5.4"
const Version = "3.5.5"

// checkLatest flag for version command.
var checkLatest bool
Expand Down
Loading