* Fixed breaking issue involving the use of category-type columns: 22, 24, thanks to caddac
3.3
* Fixed bug involving validation warnings without a row number (e.g. `DtypeValidator`), thanks to farridav * Added spaces to warnings produced by `InListValidation`, which also fixes the example test (shown in the README), thanks to Andrew-SK
3.2
Add `IsDistinctValidation`
0.3.5
- Add version to a separate file, so that `pandas_schema.__version__` now works (see [11](https://github.com/TMiguelT/PandasSchema/issues/11)) - Make the `InRangeValidation` correctly report a validation failure when it validates non-numeric text, instead of crashing (see [30](https://github.com/TMiguelT/PandasSchema/pull/11))