2017-07-28 -- 1.1.1
- Fixed silly bug with new recursion limit and 'v' instructions.

2017-07-28 -- 1.1.0

[note: self-reports as 1.0.0]

+ Set virtual address high enough that even modern systems with
  higher vm.mmap_min_addr settings can run the program.
+ Added recursion limit, to fail nicer than via segfaulting. Controllable with
  the -r, --recursion-limit parameter.
+ Exit status on error is now non-zero.
- Fixed incorrect ELF headers, causing e.g. some errors to not be printed
  correctly.
- Fixed crash for programs without _ instructions.
- Fixed dot placement bug with files wider than 255 columns.

2009-04-12 -- 1.0.0

Initial release.
