Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8790c7f

Browse files
committedOct 9, 2024·
Bump version to v.3.5.2
1 parent d3b5d7f commit 8790c7f

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
@@ -8,6 +8,13 @@ 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+
16+
https://github.com/exercism/cli/pull/1174
17+
1118
## v3.5.1 (2024-08-28)
1219

1320
- [#1162](https://github.com/exercism/cli/pull/1162) Add support for Roc to `exercism test` - [@ageron]
@@ -563,3 +570,5 @@ All changes by [@msgehard]
563570
[@glennj]: https://github.com/glennj
564571
[@tomasnorre]: https://github.com/tomasnorre
565572
[@ageron]: https://github.com/ageron
573+
[@petrem]: https://github.com/petrem
574+
[@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)
Please sign in to comment.