aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-03 17:37:17 +0200
committerDaniel Mueller <deso@posteo.net>2021-01-10 17:37:54 -0800
commit0b49693bb87248c1c7d61f5d48cdb3d6253b8ae3 (patch)
treeb4065be3f029117932e321267c038c018be0e56f /CHANGELOG.md
parent79346022d01a73a8987298d82a2f0b749b63ac50 (diff)
downloadnitrocli-0b49693bb87248c1c7d61f5d48cdb3d6253b8ae3.tar.gz
nitrocli-0b49693bb87248c1c7d61f5d48cdb3d6253b8ae3.tar.bz2
Declare semver compatibility and public API
This patch adds a new section to the README that declares that we follow the Semantic Versioning specification and that the public API of our crate is defined by the man page.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efd4962..a73f3d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,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`