Skip to content

Commit

Permalink
bump version to 0.12.0 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethagnawl committed Jul 3, 2018
1 parent c8e55c0 commit 53dc0ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
@@ -1,10 +1,13 @@
## Unreleased
## 0.12.0
### Bugfixes
- Fix zsh completion when there are no projects
- Run stop hook before killing the session

### Misc
- Allow YAML Anchors & Aliases as per [spec](http://yaml.org/spec/1.2/spec.html#id2765878)
- Remove confusing README section about the pane-base-index and
window-base-index options. These options can be set independently of one
another now that #542 and #543 are merged.
- Fix zsh completion when there are no projects
- Allow YAML Anchors & Aliases as per [spec](http://yaml.org/spec/1.2/spec.html#id2765878)
- Run stop hook before killing the session

## 0.11.3
### Misc
Expand Down
2 changes: 1 addition & 1 deletion lib/tmuxinator/version.rb
@@ -1,3 +1,3 @@
module Tmuxinator
VERSION = "0.11.3".freeze
VERSION = "0.12.0".freeze
end

0 comments on commit 53dc0ae

Please sign in to comment.