Skip to content

Commit

Permalink
Bump to 0.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Chow committed Nov 7, 2013
1 parent 156f81a commit d2a3be3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
- Fix bash completion with a single argument #148
- Fix regression where an array of commands for a window wasn't working #149
- Add an option to call tmux wrappers or derivatives #154
- Make multiple commands use tmux's `send-keys` rather than just using `&&` #100
- Refactor build\_panes to always return an array #157
- Clean up some branching code using `.presence` #163
- Setup TravisCI test matrix for different tmux versions #164
- Fix some grammar and spelling in readme #166
- Make multiple commands use tmux's `send-keys` rather than just using `&&` for both panes and windows #100

## 0.6.5
- Change deprecation continue message from any key to just the enter key
Expand Down
2 changes: 1 addition & 1 deletion lib/tmuxinator/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tmuxinator
VERSION = "0.6.6.pre.3"
VERSION = "0.6.6"
end

0 comments on commit d2a3be3

Please sign in to comment.