Merge pull request #631 from adamstrickland/v0.11.3-release

bump version to 0.11.3, preps changelog for release
This commit is contained in:
Adam Strickland
2018-06-11 09:34:19 -07:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
## Unreleased
## 0.11.3
### Misc
- replace j3rn's email with ethagnawl's in COC
- use correct paths in generated config file comment (#440)
### Bugfixes
- fix "wrong namespace" RuboCop warnings (#620)
- fix [#431](https://github.com/tmuxinator/tmuxinator/issues/431), where Thor-based commands (e.g. "-v", "help") were failing
## 0.11.2
### Bugfixes

View File

@@ -1,3 +1,3 @@
module Tmuxinator
VERSION = "0.11.2".freeze
VERSION = "0.11.3".freeze
end