From ec53c8376f22465f5af04fe9bc13cbf0d5faaa62 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Wed, 4 Mar 2015 14:44:14 +0200 Subject: [PATCH] Bump to 0.5.1 --- Changes.md | 5 +++++ Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 22dc765..1b28f7c 100644 --- a/Changes.md +++ b/Changes.md @@ -2,3 +2,8 @@ ----------- - Initial release! + +0.5.1 +——————————— + +- Added -e/--environment ENV option to set the daemon rails environment. diff --git a/Gemfile.lock b/Gemfile.lock index c01a30f..050a141 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.5.0) + crono (0.5.1) activejob (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 8ae561b..59843f9 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = "0.5.0" + VERSION = "0.5.1" end