Skip to content

Commit c9e0237

Browse files
Bump version to 3.5.6 (#1200)
1 parent f8a1087 commit c9e0237

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
88

99
- **Your contribution here**
1010

11+
## v3.5.6 (2025-07-06)
12+
13+
- [#1199](https://github.com/exercism/cli/pull/1199) Support for Futhark in exercism test - [@erikschierboom]
14+
- [#1198](https://github.com/exercism/cli/pull/1198) Show a "try again after" message when a response sets a Retry-After header - [@isaacg]
15+
- [#1196](https://github.com/exercism/cli/pull/1196) Check HTTP response content type before trying to decode it as JSON - [@isaacg]
16+
1117
## v3.5.5 (2025-05-30)
1218

1319
- [#1192](https://github.com/exercism/cli/pull/1192) Change Idris test command to use slug - [@keiravillekode]
@@ -507,16 +513,16 @@ All changes by [@msgehard]
507513
- Implement login and logout
508514
- Build on Travis
509515

510-
[@AlexWheeler]: https://github.com/AlexWheeler
516+
[@alexwheeler]: https://github.com/AlexWheeler
511517
[@andrerfcsantos]: https://github.com/andrerfcsantos
512518
[@avegner]: https://github.com/avegner
513-
[@Dparker1990]: https://github.com/Dparker1990
514-
[@John-Goff]: https://github.com/John-Goff
515-
[@LegalizeAdulthood]: https://github.com/LegalizeAdulthood
516-
[@QuLogic]: https://github.com/QuLogic
517-
[@Smarticles101]: https://github.com/Smarticles101
518-
[@Tonkpils]: https://github.com/Tonkpils
519-
[@TrevorBramble]: https://github.com/TrevorBramble
519+
[@dparker1990]: https://github.com/Dparker1990
520+
[@john-goff]: https://github.com/John-Goff
521+
[@legalizeadulthood]: https://github.com/LegalizeAdulthood
522+
[@qulogic]: https://github.com/QuLogic
523+
[@smarticles101]: https://github.com/Smarticles101
524+
[@tonkpils]: https://github.com/Tonkpils
525+
[@trevorbramble]: https://github.com/TrevorBramble
520526
[@alebaffa]: https://github.com/alebaffa
521527
[@ambroff]: https://github.com/ambroff
522528
[@andrewsardone]: https://github.com/andrewsardone
@@ -531,22 +537,24 @@ All changes by [@msgehard]
531537
[@djquan]: https://github.com/djquan
532538
[@dmmulroy]: https://github.com/dmmulroy
533539
[@dpritchett]: https://github.com/dpritchett
534-
[@eToThePiIPower]: https://github.com/eToThePiIPower
540+
[@etothepiipower]: https://github.com/eToThePiIPower
535541
[@ebautistabar]: https://github.com/ebautistabar
536542
[@ekingery]: https://github.com/ekingery
537543
[@elimisteve]: https://github.com/elimisteve
544+
[@erikschierboom]: https://github.com/erikschierboom
538545
[@ests]: https://github.com/ests
539546
[@farisj]: https://github.com/farisj
540547
[@glebedel]: https://github.com/glebedel
541548
[@harimp]: https://github.com/harimp
542549
[@harugo]: https://github.com/harugo
543550
[@hjljo]: https://github.com/hjljo
551+
[@isaacg]: https://github.com/isaacg
544552
[@isbadawi]: https://github.com/isbadawi
545553
[@jbaiter]: https://github.com/jbaiter
546554
[@jdsutherland]: https://github.com/jdsutherland
547555
[@jgsqware]: https://github.com/jgsqware
548556
[@jish]: https://github.com/jish
549-
[@Jrank2013]: https://github.com/Jrank2013
557+
[@jrank2013]: https://github.com/Jrank2013
550558
[@jppunnett]: https://github.com/jppunnett
551559
[@katrinleinweber]: https://github.com/katrinleinweber
552560
[@kytrinyx]: https://github.com/kytrinyx
@@ -572,7 +580,7 @@ All changes by [@msgehard]
572580
[@xavdid]: https://github.com/xavdid
573581
[@williandrade]: https://github.com/williandrade
574582
[@zabawaba99]: https://github.com/zabawaba99
575-
[@GroophyLifefor]: https://github.com/GroophyLifefor
583+
[@groophylifefor]: https://github.com/GroophyLifefor
576584
[@muzimuzhi]: https://github.com/muzimuzhi
577585
[@isberg]: https://github.com/isberg
578586
[@erikschierboom]: https://github.com/erikschierboom

cmd/version.go

Lines changed: 1 addition & 1 deletion
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.5"
12+
const Version = "3.5.6"
1313

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

0 commit comments

Comments
 (0)