From 8238a86942b2b5537b90c92b49f7dac9ad9f08b0 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 25 Sep 2012 12:38:45 -0500 Subject: [PATCH] update changelog --- Changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Changelog.md b/Changelog.md index 70d25f9..0933b39 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,25 @@ +## 0.60.0 (2012-09-25) + +* foreman run can run things from the Procfile like heroku run. [Dan Peterson] + +## 0.59.0 (2012-09-15) + +* Use /bin/sh instead of bash for foreman-runner [Jeremy Evans] + +## 0.58.0 (2012-09-14) + +* dont set HOME [David Dollar] +* Add StandardOutPath to launchd export [Aaron Kalin] +* Add command argument string splitting [Aaron Kalin] +* Cleanup launchd exporter [Aaron Kalin] +* Enable trim_mode via '-' in ERB templates [Aaron Kalin] +* Add support for setting environment variables [Aaron Kalin] +* foreman run should exit with the same code as its command [Omar Khan] +* Handle multiline strings in .env file [Szymon Nowak] +* Use path and env variables in the inittab export [Indrek Juhkam] +* fixed the directory option [Arnaud Lachaume] +* Add capistrano export support [Daniel Farrell] + ## 0.57.0 (2012-08-21) * fix startup checks for upstart exporter [Aditya Sanghi]