File tree 2 files changed +8
-3
lines changed
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/).
8
8
9
9
- ** Your contribution here**
10
10
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
+
11
15
## v3.5.3 (2024-11-03)
12
16
13
17
- [ #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 ]
16
20
17
21
## v3.5.2 (2024-10-09)
18
22
@@ -576,3 +580,4 @@ All changes by [@msgehard]
576
580
[ @ageron ] : https://github.com/ageron
577
581
[ @petrem ] : https://github.com/petrem
578
582
[ @bnandras ] : https://github.com/bnandras
583
+ [ @vaeng ] : https://github.com/vaeng
Original file line number Diff line number Diff line change 9
9
10
10
// Version is the version of the current build.
11
11
// It follows semantic versioning.
12
- const Version = "3.5.3 "
12
+ const Version = "3.5.4 "
13
13
14
14
// checkLatest flag for version command.
15
15
var checkLatest bool
You can’t perform that action at this time.
0 commit comments