File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
88
99- ** Your contribution here**
1010
11+ ## v3.5.7 (2025-07-14)
12+
13+ - [ #1202 ] ( https://github.com/exercism/cli/pull/1202 ) Add error decoding support for content type parameters such as charset - [ @isaacg ]
14+ - [ #1201 ] ( https://github.com/exercism/cli/pull/1201 ) Fix goreleaser deprecations - [ @erikschierboom ]
15+
1116## v3.5.6 (2025-07-06)
1217
1318- [ #1199 ] ( https://github.com/exercism/cli/pull/1199 ) Support for Futhark in exercism test - [ @erikschierboom ]
Original file line number Diff line number Diff line change 99
1010// Version is the version of the current build.
1111// It follows semantic versioning.
12- const Version = "3.5.6 "
12+ const Version = "3.5.7 "
1313
1414// checkLatest flag for version command.
1515var checkLatest bool
You can’t perform that action at this time.
0 commit comments