File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
1515var checkLatest bool
You can’t perform that action at this time.
0 commit comments