Releases: exercism/cli
exercism-v3.5.2
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
Changelog
exercism-v3.5.1
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
Changelog
exercism-v3.5.0
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
exercism-v3.4.2
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
exercism-v3.4.1
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
exercism-v3.4.0
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
This releases contains the following changes:
- Update
exercism test
to use Gradle wrapper to test Java exercise (#1126) - Add support for Pyret to
exercism test
(#1139) - Add support for J to
exercism test
(#1136) exercism open
does not require specifying the directory (defaults to current directory) (#1070)exercism troubleshoot
suggests to open forum post instead of GitHub issue (#1122)- Update the help text for
exercism submit
to indicate specifying files is optional (#1065) - Fixed release notes link (#1140)
exercism-v3.3.0
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
This release fixes the exercism test
command not working for the 8th
and emacs-lisp
tracks (@glennj)
The root command description is also simplified and the correct domain is used for the FAQ link (@tomasnorre).
exercism-v3.2.0
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
This release adds the test
command which runs the tests for the current exercise, without having to specify the track-specific test command.
exercism-v3.1.0
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
This release adds the ability to submit an exercise without explicitly specifying the files to submit.
Command-line client for https://exercism.io and https://teams.exercism.io
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
This release improves security and error handling. Releases are now generated by GoReleaser