From 45e84b34d53e42a0cd6e8ec4cd1c025d3de6d3f8 Mon Sep 17 00:00:00 2001 From: Maxime Demolin Date: Mon, 29 Jun 2020 21:13:07 +0200 Subject: [PATCH] Bump to version 4.3 (#113) --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- gem_updater.gemspec | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad819a..74dc888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # master (unreleased) +# v4.3.0 (June 29, 2020) + Fix: * changelogs not found on github since they revamped their UI +Enhancement: +* add support for ruby 2.7.0 +* add rubocop performance + Updates: +* `bundler` to version 2 (@anthony-robin) * update gems # v4.1.0 (January 19, 2020) diff --git a/Gemfile.lock b/Gemfile.lock index 6871819..923614c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gem_updater (4.1.0) + gem_updater (4.3.0) bundler (< 3) json (~> 2.1) memoist (~> 0.16.0) diff --git a/gem_updater.gemspec b/gem_updater.gemspec index feb44e6..8b1f59c 100644 --- a/gem_updater.gemspec +++ b/gem_updater.gemspec @@ -2,8 +2,8 @@ Gem::Specification.new do |s| s.name = 'gem_updater' - s.version = '4.1.0' - s.date = '2020-01-19' + s.version = '4.3.0' + s.date = '2020-06-29' 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'