From 980ca92a61f855768fec1eeaf40ccc1ce33782ab Mon Sep 17 00:00:00 2001 From: Masataka Kuwabara Date: Mon, 15 May 2017 22:26:39 +0900 Subject: [PATCH] Bump up version to 0.48.1.3 - Support downgrading RuboCop version (#10) --- CHANGELOG.md | 8 +++++++- lib/mry/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a7f6c..178cf32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,17 @@ ## master (unreleased) +## 0.48.1.3 (2017-05-15) + +### New Features + +- [#10](https://github.com/pocke/mry/pull/10): Support downgrading RuboCop version. ([@pocke][]) + ## 0.48.1.2 (2017-05-5) ### Bug fixes -- [#7](https://github.com/pocke/mry/issues/7): Prevent mry command from breaking without `--target` option ([@pocke][]) +- [#7](https://github.com/pocke/mry/issues/7): Prevent mry command from breaking without `--target` option. ([@pocke][]) diff --git a/lib/mry/version.rb b/lib/mry/version.rb index 9d56dea..3235187 100644 --- a/lib/mry/version.rb +++ b/lib/mry/version.rb @@ -1,3 +1,3 @@ module Mry - VERSION = "0.48.1.2" + VERSION = "0.48.1.3" end