diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-31 11:38:36 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-31 11:38:36 -0800 |
commit | bd374ccb52d22f9abbd16ba7e867695b43454b61 (patch) | |
tree | 3454cb0ee8907bdfbf5417116984689ff6aa1c14 /CHANGELOG.md | |
parent | 1fe371288daf417cdf44b94e372b485426b47134 (diff) | |
download | fatcat-bd374ccb52d22f9abbd16ba7e867695b43454b61.tar.gz fatcat-bd374ccb52d22f9abbd16ba7e867695b43454b61.zip |
start a changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e0b2fb9c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ + +# CHANGELOG + +Notable technical changes to the fatcat schemas, Rust API server, Python web +interface, and Python client library will be recorded here. + +Intent is to follow semantic versioning, with all components kept in lock-step, +but note that everything is pre-1.0, so there aren't any actual backwards +compatibility guarantees. The API prefix (eg, `/v0/`) will probably roughly +track major version number, but TBD. + +See also: + +- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +- [Semantic Versioning](https://semver.org/spec/v2.0.0.html) + +## [Unreleased] + +Intent is to tag a [0.2.0] release really soon now, as a first public version. |