diff options
Diffstat (limited to 'CHANGELOG.md')
-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 |