diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-02-15 12:57:35 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-02-15 12:57:35 -0800 |
commit | 9bb8c020392aacbcdc2db26930faeb50ddf6ff6b (patch) | |
tree | 55ee05933a904b3755e05ad205691946c9627a05 | |
parent | 0d3bd6794f7a9c160690ea54d366634ab0f1bbd1 (diff) | |
download | fatcat-cli-9bb8c020392aacbcdc2db26930faeb50ddf6ff6b.tar.gz fatcat-cli-9bb8c020392aacbcdc2db26930faeb50ddf6ff6b.zip |
start a CHANGELOG
-rw-r--r-- | CHANGELOG.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..957f50b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ + +# CHANGELOG + +## [0.1.1] - UNRELEASED + +Small release, mostly documentation updates. + +### Changed + +- editgroup ids can be specified with `editgroup_` + +### Added + +- `status` command shows version of fatcat API schema that client was compiled from + +## [0.1.0] - 2021-02-10 + +First tagged release, with core features: + +- basic debian (apt) and macOS (homebrew) packaging +- editing and editgroup management commands +- search commands +- batch commands +- openapi3 schema and code-generated library for fatcat API v0.3.3 +- limited "update" entity field mutations |