v0.6.0
Backwards incompatible changes
This release cleans up the naming of every module. All modules are now
in the ElixirALE namespace and capitalized since they are acronyms.
For example, if you were using the I2c module, it's now ElixirALE.I2C.
You may want to alias ElixirALE.I2C in your programs to save typing.