Skip to content

4.0.0-beta.13

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 10:58
· 72 commits to main since this release
6d0319a

configlet create

This release adds a new command: configlet create. Currently this can only create an approach or article, with the usage:

configlet create --exercise <slug> --approach <slug>
configlet create --exercise <slug> --article <slug>

But in a future version, it will probably gain the ability to create other things (such as an exercise).

Commits: 6c9f1ba, 512e646.

configlet lint

The online_editor.highlightjs_language key/value pair in the track config.json file is now optional (075ecd8).

Releases

We now sign configlet release archives. For more details, see the new Verifying section of the repo README.md, and 009dc9d.

Internal

Most notably:

  • fa7d0bb .github, config, json, nimble: bump Nim from 1.6.12 to 2.0.0 (#723)
  • 7471af3 nimble, patches, cli: vendor parseopt3 dependency (#780)
  • 53a75a2 nimble, uuid: generate UUIDs via std/sysrand, not pragmagic/uuids (#777)

Full Changelog: 4.0.0-beta.12...4.0.0-beta.13