----- * ``run_dql.py`` locks in a version * Display output auto-detects terminal width
0.5.6
----- * Format option saves properly * WHERE expressions can compare fields to fields (e.g. ``WHERE foo > bar``) * Always perform batch_get after querying/scanning an index that doesn't project all attributes
0.5.5
----- * General bug fixes * Self contained ``run_dql.py`` script
0.5.4
----- * Fixes for ``watch`` display * SELECT can save the results to a file
0.5.3
----- * ALTER commands can specify IF (NOT) EXISTS * New ``watch`` command to monitor table consumed capacities * SELECT can fetch attributes that aren't projected onto the queried index * SELECT can ORDER BY non-range-key attributes
0.5.2
----- * EXPLAIN <query> will print out the DynamoDB calls that will be made when you run the query * ANALYZE <query> will run the query and print out consumed capacity information