Skip to content

Commit

Permalink
Bump runbook version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pblesi committed Jul 24, 2020
1 parent 6c5621e commit 3732d63
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ This log maintains a list of all substantive changes to Runbook. The log include

## master

## `v1.0.0` (2020-07-24)

### 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

## `v0.16.1` (2019-11-25)

### Fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/runbook/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Runbook
VERSION = "0.16.1"
VERSION = "1.0.0"
end

0 comments on commit 3732d63

Please sign in to comment.