Skip to content

4.0.0-beta.19

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 10:23
· 4 commits to main since this release
e1211dc

configlet create

  • create(exercise): allow specifying the author and/or difficulty (#864)

This release adds supports for specifying the author when creating an exercise:

configlet create --practice-exercise <slug> --author foo

For practice exercises, you can now also specify the difficulty:

configlet create --practice-exercise <slug> --difficulty 5

Support for specifying the author when creating an approach or article will be added later.

Commit: 68b92e8.

  • create(completions): add new create options (#857)

Add shell completion support for the new create options.

Commit: 0e3196a completions:

  • create(docs): fix descriptions of new options (#858)

Commit : ec0dd1f

configlet lint

  • lint(track_config): add support for the paradigm/array tag (#866)

Commit: 42e5b0a

Internal

Most notably:

  • df1bbd3 build(deps): bump iffy/install-nim from 5.0.0 to 5.0.2 (#838)
  • 919a5a5 build(deps): bump DavidAnson/markdownlint-cli2-action (#861)
  • 6330b5f CODE_OF_CONDUCT: replace Slack with Discord and Forum (#863)