Skip to content

Commit 2ef9e6a

Browse files
committed
bump to 6.1.5
1 parent 177cb70 commit 2ef9e6a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Coverband 6.1.5
2+
3+
* add testing for ruby-head
4+
* drop support for older Ruby and Rails version as matching our policy
5+
* remove ostruct as it is no longer in ruby-head
6+
* fix issue requiring base64 to be added to folks gem files
7+
* added support for track_key method allowing for code to specifically mark things tracked
8+
* improvements to CI thanks ydah
9+
* Update README to include functionality details for "Coverage first seen" and "Last activity recorded" thanks juanarevalo
10+
* fixes for Rack 3 - thanks Aaron Pfeifer
11+
* Do not mark single-line and empty methods as dead - fatkodima
12+
* fix on clear_trackers rake task
13+
* Consider eager loaded code too when detecting dead methods - fatkodima
14+
115
### Coverband 6.1.4
216

317
* fix on ignoring to many view files thx @fatkodima

lib/coverband/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# 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
66
###
77
module Coverband
8-
VERSION = "6.1.4"
8+
VERSION = "6.1.5"
99
end

0 commit comments

Comments
 (0)