Skip to content

Commit 24276b7

Browse files
Bump version to v.3.5.2 (#1176)
1 parent d3b5d7f commit 24276b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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.5.2 (2024-10-09)
12+
13+
- [#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]
14+
- [#1172](https://github.com/exercism/cli/pull/1172) Fix `exercism test` command for Batch track - [@bnandras]
15+
1116
## v3.5.1 (2024-08-28)
1217

1318
- [#1162](https://github.com/exercism/cli/pull/1162) Add support for Roc to `exercism test` - [@ageron]
@@ -563,3 +568,5 @@ All changes by [@msgehard]
563568
[@glennj]: https://github.com/glennj
564569
[@tomasnorre]: https://github.com/tomasnorre
565570
[@ageron]: https://github.com/ageron
571+
[@petrem]: https://github.com/petrem
572+
[@bnandras]: https://github.com/bnandras

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

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

0 commit comments

Comments
 (0)