From c0d4cd3df16949da7d610bae80ff6815623ff001 Mon Sep 17 00:00:00 2001 From: Adam Strickland Date: Tue, 28 Nov 2017 09:23:20 -0600 Subject: [PATCH] version bump and changelog update for 0.10.1 release --- CHANGELOG.md | 2 +- lib/tmuxinator/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9832ab5..c858f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.10.1 - Handle emojis in project names (#564) - Fix remaining sites where the base-index option (for windows) was incorrectly used in place of the pane-base-index option. diff --git a/lib/tmuxinator/version.rb b/lib/tmuxinator/version.rb index fda03f5..bdc354c 100644 --- a/lib/tmuxinator/version.rb +++ b/lib/tmuxinator/version.rb @@ -1,3 +1,3 @@ module Tmuxinator - VERSION = "0.10.0".freeze + VERSION = "0.10.1".freeze end