* Default `string_max_length` to 4096 and pass it to `raven.Client` (https://github.com/Yipit/cron-sentry/pull/14 and https://github.com/Yipit/cron-sentry/issues/10)
0.6.0
=====
* Require `argparse` in setup.py if running on Python 2.6 or older * Add Python 3 compatibility
0.5.1
=====
* Add parameter --quiet for suppressing cmd output.
0.5.0
=====
* Replace `string-max-length` by `max-message-length`/`-M`. This is not compatible with version 0.4.4.
0.4.4
======
* Make the `cmd` parameter required (https://github.com/Yipit/cron-sentry/issues/7) * Preserve exit status code from the specified command (https://github.com/Yipit/cron-sentry/issues/4) * Add parameter `string-max-length` to command line (https://github.com/Yipit/cron-sentry/issues/9)
0.4.3
=====
* Fix PyPI package to include README.md (https://github.com/Yipit/cron-sentry/pull/8)