NEWS.md in thermite-0.11.1 vs NEWS.md in thermite-0.12.0

- old
+ new

@@ -1,9 +1,23 @@ # Changes by Version ## Unreleased +## [0.12.0] - 2017-04-05 + +### Added + +* Support for CARGO_TARGET_DIR environment variable (#33) + +### Fixed + +* Cargo executable and arguments with paths using spaces are supported properly + +### Changed + +* CARGO_TARGET is now CARGO_PROFILE, for less confusion (#35) + ## [0.11.1] - 2017-02-04 ### Fixed * Add support for Cargo workspaces to `thermite:clean` and `thermite:test` @@ -124,9 +138,10 @@ ## [0.1.0] - 2016-06-28 Initial release. +[0.12.0]: https://github.com/malept/thermite/compare/v0.11.1...v0.12.0 [0.11.1]: https://github.com/malept/thermite/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/malept/thermite/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/malept/thermite/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/malept/thermite/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/malept/thermite/compare/v0.7.0...v0.8.0