Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Jun 29, 2020
1 parent 201a154 commit 519e4a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/coverband/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 519e4a8

Please sign in to comment.