From 519e4a819e6e2dcb31c05daeb1046d48058bc09c Mon Sep 17 00:00:00 2001 From: Dan Mayer Date: Mon, 29 Jun 2020 13:24:51 -0500 Subject: [PATCH] version bump --- changes.md | 19 ++++++++++++------- lib/coverband/version.rb | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/changes.md b/changes.md index 21de9fe3..d1ae1d9f 100644 --- a/changes.md +++ b/changes.md @@ -76,9 +76,15 @@ Feature Ideas: # Alpha / Beta / Release Candidates +### Coverband 4.2.6 + +- Address Redis `exists` deprecation warning by baffers + ### Coverband 4.2.5 -- ? +- alpha support of jRuby +- fix for rails 4.0 by rswaminathan +- do not error on branch coverage / simplecov compatibility by desertcart # Released @@ -104,19 +110,18 @@ Feature Ideas: - improved messaging around non-loaded files - fix on last updated nil issue - view tracker improvements - - clear all - - reset individual file - - timestamps on last seen activity - + - clear all + - reset individual file + - timestamps on last seen activity ### Coverband 4.2.2 - new experimental hash redis store for high volume collection -(hundreds of clients), thanks @kbaum + (hundreds of clients), thanks @kbaum - view_tracker supports tracking view layer files like `.html.erb` - documentation improvements, thanks @brossetti1, @jjb, @kbaum - we now have discordapp for discussions, thanks @kbaum, -https://discordapp.com/channels/609509533999562753/609509533999562756 + https://discordapp.com/channels/609509533999562753/609509533999562756 - perf fix on Rails initialization, thanks @skangg - simplified logging diff --git a/lib/coverband/version.rb b/lib/coverband/version.rb index 47bca0f0..64b9f7ef 100644 --- a/lib/coverband/version.rb +++ b/lib/coverband/version.rb @@ -5,5 +5,5 @@ # use format '4.2.1.rc.1' ~> 4.2.1.rc to prerelease versions like v4.2.1.rc.2 and v4.2.1.rc.3 ### module Coverband - VERSION = '4.2.5' + VERSION = '4.2.6' end