summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-05-01 16:17:01 +0200
committerxengineering <me@xengineering.eu>2024-05-01 16:17:01 +0200
commitca4928a549251ad84c0ba2ef4179fa2174bbaabc (patch)
tree5873fa5955e9990a8e400ae3975f5d79eb42b124
parentae0cbafb0202355973572e208c75591d12c2250c (diff)
downloadceres-ca4928a549251ad84c0ba2ef4179fa2174bbaabc.tar
ceres-ca4928a549251ad84c0ba2ef4179fa2174bbaabc.tar.zst
ceres-ca4928a549251ad84c0ba2ef4179fa2174bbaabc.zip
Add configuration file to semver API
This aspect of Ceres is also part of the public API. A breaking change in the configuration file format will require a version change which indicates that.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d5e7280..b415daa 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ define a "public API". These aspects of Ceres together form the public API:
- command line interface
- HTTP interface
- data storage format
+- configuration file format and structure
As soon as version 1.0.0 is reached these aspects are stable.