Skip to content

Commit

Permalink
Bump version to 3.5.4 (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 15, 2024
1 parent 24504cc commit 7580d02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

- **Your contribution here**

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

- [#1183](https://github.com/exercism/cli/pull/1183) Add support for Uiua track to `exercism test` - [@vaeng]

## v3.5.3 (2024-11-03)

- [#1178](https://github.com/exercism/cli/pull/1178) Add arm64-assembly test configuration [@keiravillekode]
- [#1177](https://github.com/exercism/cli/pull/1177) refactored exercism.io links to exercism.org [@ladokp]
- [#1165](https://github.com/exercism/cli/pull/1165) Add support for the YAMLScript language [@ingydotnet]
- [#1177](https://github.com/exercism/cli/pull/1177) refactored exercism.io links to exercism.org [@ladokp]
- [#1165](https://github.com/exercism/cli/pull/1165) Add support for the YAMLScript language [@ingydotnet]

## v3.5.2 (2024-10-09)

Expand Down Expand Up @@ -576,3 +580,4 @@ All changes by [@msgehard]
[@ageron]: https://github.com/ageron
[@petrem]: https://github.com/petrem
[@bnandras]: https://github.com/bnandras
[@vaeng]: https://github.com/vaeng
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.3"
const Version = "3.5.4"

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

0 comments on commit 7580d02

Please sign in to comment.