blob: 69d6c8b488fefd2ff67af96b8233fee78f386843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Ceres - Recipe server for local networks
## API definition for Semantic Versioning
Ceres uses Semantic Versioning as defined by [semver.org][1]. This requires to
define a "public API". These aspects of Ceres together form the public API:
- command line interface
- HTTP interface
- data storage format
As soon as version 1.0.0 is reached these aspects are stable.
[1]: https://semver.org
|