History
-------

v0.8.2 (2014-03-18)
^^^^^^^^^^^^^^^^^^^

* Solved the problem that the Windows registry is always ignored.

v0.8.1 (2014-03-16)
^^^^^^^^^^^^^^^^^^^

* Updated the command-line tool.

v0.8.0 (2014-03-15)
^^^^^^^^^^^^^^^^^^^

* A new parameter of the function ``compiler.ModuleCompier.call_pyc``: 
  ``cwd``.
* Solved the problem that .NET assemblies will be generated in the 
  current working directory even if the destination directory is 
  specified.

v0.7.1 (2014-03-13)
^^^^^^^^^^^^^^^^^^^

* Revised MANIFEST.in.

v0.7.0 (2014-03-11)
^^^^^^^^^^^^^^^^^^^

* Moved the command-line tool into the package.

v0.6.0 (2014-03-10)
^^^^^^^^^^^^^^^^^^^

* Separated ``ironpycompiler`` and created a package.
* Added ``analyze`` command to ``ipy2asm.py``, the command-line
  tool of IronPyCompiler.

v0.5.0 (2014-03-08)
^^^^^^^^^^^^^^^^^^^

* Enabled this module to be run as a script.

v0.4.0 (2014-03-07)
^^^^^^^^^^^^^^^^^^^

* Added ``create_dll`` and ``create_exectuable``.

v0.3.0 (2014-03-06)
^^^^^^^^^^^^^^^^^^^

* Changed the arguments of ``__init__`` and ``check_compilablity``.

v0.2.0 (2014-03-06)
^^^^^^^^^^^^^^^^^^^

* Started to support for multiple IronPython scripts.
* Does not inherit from ``modulefinder.ModuleFinder`` any more.

v0.1.0 (2014-03-03)
^^^^^^^^^^^^^^^^^^^

* The first commit.
