Skip to content

Commit

Permalink
Bump to v0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophersjchow committed Nov 10, 2015
1 parent 2e25a35 commit 2bc21ff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
## 0.7.0
### New features

- Add support for starting in detached mode #307
- Support windows without names #292, #323
- Add per project `.tmuxinator.yml` support #335 :sparkles:
- Support passing args on the command line #343 :tada:

### Bug fixes and Misc
- Fix some RSpec deprecations
- Explain what EBR is in the readme #319
- Prevent project names containing only numbers from raising a NoMethodError #324
- Fix YAML syntax highlighting in readme #325
- Add `asset_path` helper #326
- Switch to just plain Rubocop instead of hound #339
- Fix typo in readme #346
- Fix thor not returning correct exit status #192
- Add gitter badge

## 0.6.11
- Add aliasing of projects to create multiple sessions for a single project #143, #273
- ERB support for projects #267
Expand Down
2 changes: 1 addition & 1 deletion lib/tmuxinator/version.rb
@@ -1,3 +1,3 @@
module Tmuxinator
VERSION = "0.6.11"
VERSION = "0.7.0"
end

0 comments on commit 2bc21ff

Please sign in to comment.