Skip to content

Commit 7580d02

Browse files
Bump version to 3.5.4 (#1184)
1 parent 24504cc commit 7580d02

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
88

99
- **Your contribution here**
1010

11+
## v3.5.4 (2024-11-15)
12+
13+
- [#1183](https://github.com/exercism/cli/pull/1183) Add support for Uiua track to `exercism test` - [@vaeng]
14+
1115
## v3.5.3 (2024-11-03)
1216

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

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

@@ -576,3 +580,4 @@ All changes by [@msgehard]
576580
[@ageron]: https://github.com/ageron
577581
[@petrem]: https://github.com/petrem
578582
[@bnandras]: https://github.com/bnandras
583+
[@vaeng]: https://github.com/vaeng

cmd/version.go

+1-1
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.3"
12+
const Version = "3.5.4"
1313

1414
// checkLatest flag for version command.
1515
var checkLatest bool

0 commit comments

Comments
 (0)