]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
bumb version to 1.2.5
authorelijah <elijah@riseup.net>
Fri, 6 Dec 2013 00:34:06 +0000 (16:34 -0800)
committerelijah <elijah@riseup.net>
Fri, 6 Dec 2013 00:34:06 +0000 (16:34 -0800)
RELEASES.md [new file with mode: 0644]
lib/leap_cli/version.rb

diff --git a/RELEASES.md b/RELEASES.md
new file mode 100644 (file)
index 0000000..e0ba79c
--- /dev/null
@@ -0,0 +1,4 @@
+Version 1.2.5
+
++ Added initial support for remote tests.
++ Will now bail if /etc/leap/no-deploy is present on a node.
\ No newline at end of file
index aac161b0a4eaae0229cddfc4de35730f6b0c90d2..3e8aee503fcfca54b6fef0fe7747b135ab9d0ca3 100644 (file)
@@ -1,6 +1,6 @@
 module LeapCli
   unless defined?(LeapCli::VERSION)
-    VERSION = '1.2.4'
+    VERSION = '1.2.5'
     COMPATIBLE_PLATFORM_VERSION = '0.2.4'..'1.99'
     SUMMARY = 'Command line interface to the LEAP platform'
     DESCRIPTION = 'The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.'