Skip to content

Commit fe08d18

Browse files
Bump version to v3.5.1 (#1163)
1 parent 28d1c6d commit fe08d18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
88

99
- **Your contribution here**
1010

11+
## v3.5.1 (2024-08-28)
12+
13+
- [#1162](https://github.com/exercism/cli/pull/1162) Add support for Roc to `exercism test` - [@ageron]
14+
1115
## v3.5.0 (2024-08-22)
1216

1317
- [#1157](https://github.com/exercism/cli/pull/1157) Add support for Batch to `exercism test` - [@GroophyLifefor]
@@ -558,3 +562,4 @@ All changes by [@msgehard]
558562
[@halfdan]: https://github.com/halfdan
559563
[@glennj]: https://github.com/glennj
560564
[@tomasnorre]: https://github.com/tomasnorre
565+
[@ageron]: https://github.com/ageron

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

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

0 commit comments

Comments
 (0)