------------------ * Leaving :code:`click` and using :code:`argparse` * add new functions to the cli * availability to invoke as :code:`python -m putshebang` * add *default* option * Fix some minor bugs * more documenting..
0.1.4
------------------ * Add shebang selection from different versions of the same interpreter, or different interpreters associated with the same extension * Generalize exception handling * Reading mappings (the :code:`{extension: interpreter}`) from a :code:`json` file * Enhance the `shebang` function
0.1.3
------------------ * Enhance some aspects * Fix some major bugs