Skip to content

Releases: exercism/cli

Bugfix Release

Choose a tag to compare

@kytrinyx kytrinyx released this 13 Nov 03:15

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

Choose a tag to compare

@kytrinyx kytrinyx released this 09 Nov 14:58

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

Choose a tag to compare

@kytrinyx kytrinyx released this 08 Nov 05:19

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

Choose a tag to compare

@kytrinyx kytrinyx released this 30 Oct 13:50

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

Choose a tag to compare

@kytrinyx kytrinyx released this 25 Oct 02:59

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

Choose a tag to compare

@kytrinyx kytrinyx released this 28 Sep 00:08

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

Choose a tag to compare

@mikegehard mikegehard released this 22 Sep 16:01

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

Choose a tag to compare

@mikegehard mikegehard released this 26 Aug 01:50

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

First beta release of new Go CLI

Pre-release

Choose a tag to compare

@mikegehard mikegehard released this 24 Aug 19:52

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!