packaging fixes upgrade black pre-commit updated requirements because 1.0.0 of dogpile.cache is py3 only moved from travis to github actions
0.2.2
2020.06.08 - py2 and py3 tests pass 2019.09.19 - black formatting 2019.05.31 - standardize imports to use `dogpile.util.compat.pickle` instead of our own detection
0.2.1
2019.04.26 undid some aggressive `list()` encapsulating by the 2to3 tool
0.2.0
2019.04.24 full Python3 compatibility of tests and demo files. the core package basically worked before, but now officially does.
0.1.3
improved the previous version with a factory for dumps
0.1.2
aliased loads/dumps on multi functions into a local variable; on larger lists this may be faster