4.0.0-beta.13
github-actions
released this
09 Aug 10:58
·
72 commits
to main
since this release
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).
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
, notpragmagic/uuids
(#777)
Full Changelog: 4.0.0-beta.12...4.0.0-beta.13