diff options
author | xengineering <me@xengineering.eu> | 2024-05-01 16:17:01 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-05-01 16:17:01 +0200 |
commit | ca4928a549251ad84c0ba2ef4179fa2174bbaabc (patch) | |
tree | 5873fa5955e9990a8e400ae3975f5d79eb42b124 /README.md | |
parent | ae0cbafb0202355973572e208c75591d12c2250c (diff) | |
download | ceres-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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |