diff options
author | Daniel Mueller <deso@posteo.net> | 2020-09-04 08:42:16 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-09-04 08:42:16 -0700 |
commit | 561ee11c37a96ae043c19fcf056576d9892b36a5 (patch) | |
tree | 4f8960c148cef3cc24f98d831f53a2d4a40aeaaf | |
parent | a15c586b12e2e281184683686b6417b78de26a19 (diff) | |
download | nitrocli-561ee11c37a96ae043c19fcf056576d9892b36a5.tar.gz nitrocli-561ee11c37a96ae043c19fcf056576d9892b36a5.tar.bz2 |
fixup! Declare semver compatibility and public API
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9648ae..78ad83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Unreleased set the defaults for the `--model` and `--verbose` options - Changed the handling of the `NITROCLI_NO_CACHE` variable to check the value of the variable instead of only the presence +- Declared public API to be the man page - Adjusted license & copyright headers to comply with REUSE 3.0 - Added CI stage checking compliance - Updated minimum required Rust version to `1.42.0` |