* Adds `--save`, `--with`, and `%sqlrender` for SQL composition ([1](https://github.com/ploomber/jupysql/issues/1))
0.4.2
*First version release by Ploomber*
* Adds `--no-index` option to `--persist` data frames without the index
0.4.1
* Fixed .rst file location in MANIFEST.in * Parse SQL comments in first line * Bugfixes for DSN, `--close`, others
0.4.0
* Changed most non-SQL commands to argparse arguments (thanks pik) * User can specify a creator for connections (thanks pik) * Bogus pseudo-SQL command `PERSIST` removed, replaced with `--persist` arg * Turn off echo of connection information with `displaycon` in config * Consistent support for {} variables (thanks Lucas)
0.3.9
* Restored Python 2 compatibility (thanks tokenmathguy) * Fix truth value of DataFrame error (thanks michael-erasmus) * `<<` operator (thanks xiaochuanyu) * added README example (thanks tanhuil) * bugfix in executing column_local_vars (thanks tebeka) * pgspecial installation optional (thanks jstoebel and arjoe) * conceal passwords in connection strings (thanks jstoebel)