Runbook v1.0.0 Release Notes
Release Date: 2020-07-24 // over 2 years ago-
💥 Breaking Changes:
- Commands and tmux commands that previously escaped single quotes will now require un-escaped single quotes
🔋 Features:
- ➕ Add Node#parent_entity to find the containinng entity for a node
🛠 Fixes:
- 🛠 Fix bugs requiring escaping single quotes in commands and tmux_commands (BACKWARDS INCOMPATIBLE CHANGE)
- 🛠 Fix
File.exists?
deprecation warning (Thanks onk!)
📚 Documentation:
- Add suppress_capture_output.rb runbook example