We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d58b1 commit 9c0b6c5Copy full SHA for 9c0b6c5
CHANGELOG.md
@@ -8,6 +8,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
8
9
- **Your contribution here**
10
11
+## v3.4.2 (2024-08-20)
12
+
13
+- [#1156](https://github.com/exercism/cli/pull/1156) Add `test` command to Shell completions -
14
+ [@muzimuzhi]
15
16
## v3.4.1 (2024-08-15)
17
18
- [#1152](https://github.com/exercism/cli/pull/1152) Add support for Idris to `exercism test` -
cmd/version.go
@@ -9,7 +9,7 @@ import (
// Version is the version of the current build.
// It follows semantic versioning.
-const Version = "3.4.1"
+const Version = "3.4.2"
// checkLatest flag for version command.
var checkLatest bool
0 commit comments