Skip to content

Commit

Permalink
Bump version to v3.3.0 (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Feb 15, 2024
1 parent 4950e3c commit 32aeac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
## Next Release
* **Your contribution here**

## v3.3.0 (2024-02-15)
* [#1128](https://github.com/exercism/cli/pull/1128) Fix `exercism test` command not working for the `8th` and `emacs-lisp` tracks - [@glennj]
* [#1125](https://github.com/exercism/cli/pull/1125) Simplify root command description
* [#1124](https://github.com/exercism/cli/pull/1124) Use correct domain for FAQ link [@tomasnorre]

## v3.2.0 (2023-07-28)
* [#1092](https://github.com/exercism/cli/pull/1092) Add `exercism test` command to run the unit tests for nearly any track (inspired by [universal-test-runner](https://github.com/xavdid/universal-test-runner)) - [@xavdid]
* [#1073](https://github.com/exercism/cli/pull/1073) Add `arm64` build for each OS
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version is the version of the current build.
// It follows semantic versioning.
const Version = "3.2.0"
const Version = "3.3.0"

// checkLatest flag for version command.
var checkLatest bool
Expand Down

0 comments on commit 32aeac6

Please sign in to comment.