v0.9.7:
  date: 2014-04-28
  changes:
    - Locate local module in cwd even if config isn't present.
v0.9.6:
  date: 2014-04-02
  changes:
    - Fix regression where external modules are not properly required.
    - Ignore configPathFlag / cwdFlag if the value isn't a string
v0.9.3:
  date: 2014-02-28
  changes:
    - Fix regression where developing against self doesn't correctly set cwd.
v0.9.0:
  date: 2014-02-28
  changes:
    - Use liftoff instance as context (`this`) for launch callback.
    - Support split --cwd and --configfile locations.
    - Rename `configLocationFlag` to `configPathFlag`
    - Support node 0.8+
v0.8.7:
  date: 2014-02-24
  changes:
    - Pass environment as first argument to `launch`.
v0.8.5:
  date: 2014-02-19
  changes:
    - Implement `addExtensions` option.
    - Default to `index.js` if `modulePackage` has no `main` property.
v0.8.4:
  date: 2014-02-05
  changes:
    - Initial public release.
