CHANGELOG in lux-1.0.9 vs CHANGELOG in lux-1.1.0
- old
+ new
@@ -1,4 +1,15 @@
+lux (1.1.0)
+
+ Breaking changes:
+ * Remove variable name from dockerip() return
+ * Use plain strings not symbols for the version info returned by dockerip
+
+ Improvements
+ * Disable Docker tasks when no Docker server present
+
+ -- Nick Townsend <nick.townsend@mac.com> Wed, 28 Dec 2016 09:41:43 -0800
+
lux (1.0.9)
* Use docker-api gem to determine Docker URL, not environment
* Return '127.0.0.1' as address if Unix socket (for Docker for Mac)