Skip to content

Commit 980ca92

Browse files
committed
Bump up version to 0.48.1.3
- Support downgrading RuboCop version (#10)
1 parent 29f8574 commit 980ca92

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
## master (unreleased)
44

5+
## 0.48.1.3 (2017-05-15)
6+
7+
### New Features
8+
9+
- [#10](https://github.com/pocke/mry/pull/10): Support downgrading RuboCop version. ([@pocke][])
10+
511
## 0.48.1.2 (2017-05-5)
612

713
### Bug fixes
814

9-
- [#7](https://github.com/pocke/mry/issues/7): Prevent mry command from breaking without `--target` option ([@pocke][])
15+
- [#7](https://github.com/pocke/mry/issues/7): Prevent mry command from breaking without `--target` option. ([@pocke][])
1016

1117

1218

lib/mry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mry
2-
VERSION = "0.48.1.2"
2+
VERSION = "0.48.1.3"
33
end

0 commit comments

Comments
 (0)