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/).
8
8
9
9
- ** Your contribution here**
10
10
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
+
11
16
## v3.5.6 (2025-07-06)
12
17
13
18
- [ #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 9
9
10
10
// Version is the version of the current build.
11
11
// It follows semantic versioning.
12
- const Version = "3.5.6 "
12
+ const Version = "3.5.7 "
13
13
14
14
// checkLatest flag for version command.
15
15
var checkLatest bool
You can’t perform that action at this time.
0 commit comments