Skip to content

Commit

Permalink
Bump version to v.3.5.2 (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Oct 9, 2024
1 parent d3b5d7f commit 24276b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

- **Your contribution here**

## v3.5.2 (2024-10-09)

- [#1174](https://github.com/exercism/cli/pull/1174) Fix an issue with `exercism completion bash` where the command name is not present in the completion output. - [@petrem]
- [#1172](https://github.com/exercism/cli/pull/1172) Fix `exercism test` command for Batch track - [@bnandras]

## v3.5.1 (2024-08-28)

- [#1162](https://github.com/exercism/cli/pull/1162) Add support for Roc to `exercism test` - [@ageron]
Expand Down Expand Up @@ -563,3 +568,5 @@ All changes by [@msgehard]
[@glennj]: https://github.com/glennj
[@tomasnorre]: https://github.com/tomasnorre
[@ageron]: https://github.com/ageron
[@petrem]: https://github.com/petrem
[@bnandras]: https://github.com/bnandras
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.5.1"
const Version = "3.5.2"

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

0 comments on commit 24276b7

Please sign in to comment.