- New filter options for filtering results to match specific criteria, [documented here](https://github.com/simonw/symbex/tree/0.5#filters): `--function`, `--class`, `--async`, `--typed`, `--untyped`, `--partially-typed`, `--fully-typed` [21](https://github.com/simonw/symbex/issues/21)
- New `--count` option, returning a count of the number of symbols that matched the search criteria. To count every test function in a project: `symbex 'test_*' --count` [22](https://github.com/simonw/symbex/issues/22)
- README now includes a copy of the `--help` output. [24](https://github.com/simonw/symbex/issues/24)