aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-09-04 08:42:16 -0700
committerDaniel Mueller <deso@posteo.net>2020-09-04 08:42:16 -0700
commit561ee11c37a96ae043c19fcf056576d9892b36a5 (patch)
tree4f8960c148cef3cc24f98d831f53a2d4a40aeaaf
parenta15c586b12e2e281184683686b6417b78de26a19 (diff)
downloadnitrocli-561ee11c37a96ae043c19fcf056576d9892b36a5.tar.gz
nitrocli-561ee11c37a96ae043c19fcf056576d9892b36a5.tar.bz2
fixup! Declare semver compatibility and public API
-rw-r--r--CHANGELOG.md1
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`