Skip to content

Commit 95f08f3

Browse files
Bump version to v3.4.0 (#1142)
1 parent be487d8 commit 95f08f3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
77
## Next Release
88
* **Your contribution here**
99

10+
## v3.4.0 (2024-05-09)
11+
* [#1126](https://github.com/exercism/cli/pull/1126) Update `exercism test` to use Gradle wrapper to test Java exercise - [@sanderploegsma]
12+
* [#1139](https://github.com/exercism/cli/pull/1139) Add support for Pyret to `exercism test`
13+
* [#1136](https://github.com/exercism/cli/pull/1136) Add support for J to `exercism test` - [@enascimento178]
14+
* [#1070](https://github.com/exercism/cli/pull/1070) `exercism open` does not require specifying the directory (defaults to current directory) - [@halfdan]
15+
* [#1122](https://github.com/exercism/cli/pull/1122) Troubleshoot command suggest to open forum post instead of GitHub issue - [@glennj]
16+
* [#1065](https://github.com/exercism/cli/pull/1065) Update help text for `exercism submit` to indicate specifying files is optional - [@andrerfcsantos]
17+
* [#1140](https://github.com/exercism/cli/pull/1140) Fix release notes link
18+
1019
## v3.3.0 (2024-02-15)
1120
* [#1128](https://github.com/exercism/cli/pull/1128) Fix `exercism test` command not working for the `8th` and `emacs-lisp` tracks - [@glennj]
1221
* [#1125](https://github.com/exercism/cli/pull/1125) Simplify root command description

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

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

0 commit comments

Comments
 (0)