Skip to content

Commit

Permalink
Bump to version 4.3 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeD authored Jun 29, 2020
1 parent 93866ae commit 45e84b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gem_updater.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 45e84b3

Please sign in to comment.