- Added
topics
topubspec.yaml
.
- Migrated to null-safety!
- Changed failure to write finished status into a warning. It's only a problem if it consistently occurs. It could happen if something else went wrong, hence, we classify it as a warning.
- Relaxed dependency constraint on
json_annotation
to allow both version2.0.0
and3.0.0
.
- Relaxed dependency constraints on
retry
to allow both2.x
and3.x
.
- Initial release.