diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-01 19:25:29 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-01 19:28:56 -0700 |
commit | accc0d01e8b509e37f0a0f12e117dcd7144502fc (patch) | |
tree | 3f09910421c25b718d96dab4db5b512fb7ee42cb | |
parent | b3e5a639b9f8c0bc99f341d0a73239cc1ed3e9ab (diff) | |
download | fatcat-scholar-accc0d01e8b509e37f0a0f12e117dcd7144502fc.tar.gz fatcat-scholar-accc0d01e8b509e37f0a0f12e117dcd7144502fc.zip |
add a CHANGELOG, with an initial release
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2fb1c48 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ + +# CHANGELOG + +Notable technical changes to the code base and schemas will be recorded here. + +See also: + +- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +- [Semantic Versioning](https://semver.org/spec/v2.0.0.html) + +## [Unreleased] + +### Added + +### Changed + +### Fixed + +## [0.1.0] - 2020-10-01 + +First tagged release, and start of notable change tracking. |