Skip to content

Commit

Permalink
bump version to RC release and update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Oct 20, 2019
1 parent 1baa581 commit e7917fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ Feature Ideas:

### Coverband 4.2.4

- fixes related to startup without Redis, skipping Coverband on common rake tasks (assets:precompile), etc
- avoid calls to redis if coverage not updated
- split out lua work and added testing around lua scripts use for the hash redis store
- improvements to hash redis store resulting in 25% faster perf
- avoid duplicate hash calculations
- debug data now includes md5_hashes
- added support to download coverage and view data in JSON format
- documentation about working with environment variables

# Released
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.3'
VERSION = '4.2.4.rc.1'
end

0 comments on commit e7917fc

Please sign in to comment.