* automatic PyPI deployment with TravisCI * fixed forgotten version bump in setup.py
0.1.0
First release suitable for public: * automated tests added and coverage increased over 90% * better handling od error states -- clear exception is raised and the leftover data in the instance that should be anonymized is deleted (all tables dropped)
0.0.6
* custom anonymization rules can be specified for a particular column
0.0.5
* added anonymization rule for Postgres inet type * missing anonymization rule raises exception to prevent leaking sensitive data stored in columns with type missing the rule
0.0.4
0.0.3
* proper exception is raised when dump file does not exist * bugfixes