v1.0.1
	* packaging
	* now saves to `__imports_logger/`

v1.0.0
	* changed install name to `imports_logger`, because this was never released
	  to PyPi and a newer project is using it
	* now saves to `__imports_logged/`

v0.2.2 - unreleased
	* upgraded black; 20.8b1
	* integrated with pre-commit
	* integrated github actions / testing and a minimal test
	* packaging fixes

v0.2.1
	handle some Python3 imports better; namely this block in copy/pickle:
		try:
			from org.python.core import PyStringMap
		except ImportError:
			PyStringMap = None

v0.2.0
	Python3 official support
