From f73cbe246f70a2cdbe1a1dee5d02035b339822b1 Mon Sep 17 00:00:00 2001 From: Maxime Demolin Date: Wed, 28 Oct 2015 08:50:52 +0100 Subject: [PATCH] Bump to version 0.4.4 --- CHANGELOG.md | 2 +- gem_updater.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522fc5a..e3cd5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# master (unreleased) +# v0.4.4 (October 27, 2015) Fix: * considering `''` as a valid url to parse diff --git a/gem_updater.gemspec b/gem_updater.gemspec index 266a46d..226e274 100644 --- a/gem_updater.gemspec +++ b/gem_updater.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'gem_updater' - s.version = '0.4.3' - s.date = '2015-10-15' + s.version = '0.4.4' + s.date = '2015-10-27' s.summary = "Update your gems and find their changelogs" s.description = "Updates the gems of your Gemfile and fetches the links pointing to where their changelogs are" s.authors = [ "Maxime Demolin" ]