From 4de7f7e027d8be1f1ee880004cccd8af473b4851 Mon Sep 17 00:00:00 2001 From: Emil Kashkevich Date: Mon, 5 Dec 2016 13:10:06 +0200 Subject: [PATCH] Prepare v0.2.2 release --- CHANGELOG.md | 7 +++++++ lib/npmdc/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac32df1..71a3551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Initial implementation of Npmdc gem with following features: * Fixed deprecated methods + ### 0.2.0 Thanks to @aderyabin ! @@ -34,6 +35,12 @@ Thanks to @aderyabin ! * Refactored and optimized + ### 0.2.1 * Dropped ActiveSupport dependency for better compatibility + + +### 0.2.2 + +* Fixed runtime dependencies diff --git a/lib/npmdc/version.rb b/lib/npmdc/version.rb index c62c30a..055c25a 100644 --- a/lib/npmdc/version.rb +++ b/lib/npmdc/version.rb @@ -1,3 +1,3 @@ module Npmdc - VERSION = '0.2.1' + VERSION = '0.2.2' end