Skip to content

Commit 9c0b6c5

Browse files
Bump version to v3.4.2 (#1158)
1 parent 20d58b1 commit 9c0b6c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

99
- **Your contribution here**
1010

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+
1116
## v3.4.1 (2024-08-15)
1217

1318
- [#1152](https://github.com/exercism/cli/pull/1152) Add support for Idris to `exercism test` -

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.4.1"
12+
const Version = "3.4.2"
1313

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

0 commit comments

Comments
 (0)