We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f8574 commit 980ca92Copy full SHA for 980ca92
CHANGELOG.md
@@ -2,11 +2,17 @@
2
3
## master (unreleased)
4
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
11
## 0.48.1.2 (2017-05-5)
12
13
### Bug fixes
14
-- [#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][])
16
17
18
lib/mry/version.rb
@@ -1,3 +1,3 @@
1
module Mry
- VERSION = "0.48.1.2"
+ VERSION = "0.48.1.3"
end
0 commit comments