Skip to content

Releases: exercism/cli

Bugfix Release

13 Nov 03:15

Choose a tag to compare

Create exercism project directory on exercism login.

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Bugfix Release

09 Nov 14:58

Choose a tag to compare

Support directory trees in assignments (particularly important for JVM languages like Scala).

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Minor feature release

08 Nov 05:19

Choose a tag to compare

This release adds support for assignments that include additional files, such as stub files.

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Bugfix Release

30 Oct 13:50

Choose a tag to compare

Fixes exercism/exercism#909

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Minor feature release

25 Oct 02:59

Choose a tag to compare

This adds the exercism unsubmit command.

Note: If you are using Mac OS X choose one of the darwin binaries. If you're unsure of whether it's a 32 bit (386) or 64 bit (amd64) then take a look at this page.

Bugfix Release

28 Sep 00:08

Choose a tag to compare

This release fixes 2 bugs:

  • it allows the exercism demo command to be run without being logged in
  • it submits the relative path for a submission, allowing the application to detect which exercise it is on

First official release of Go based Exercism Client

22 Sep 16:01

Choose a tag to compare

This official release contains the basic functionality to allow you to fetch and submit exercism.io exercises.

Make getting the current user a little more stable when cross compiling

26 Aug 01:50

Choose a tag to compare

Make the getting of the user's home directory more stable when cross compiling.

First beta release of new Go CLI

24 Aug 19:52

Choose a tag to compare

Pre-release

This is the first release of a new CLI tool for exercism.io. The Go based tool will allow non-Ruby folks to more easily interact with the site.

As this is the first beta release, please expect rough spots. If you find rough spots, please file a bug on the issues page or submit a pull request.

This release requires a fix to be applied to the server to get beta version of CLI tools to work. If you are getting 500's when submitting an assignment, please hold off until the server gets updated. Otherwise, all other functionality should work.

Thanks!