Skip to content

Commit b9d98e7

Browse files
committed
version bump 6.1.3
1 parent 1b0e3b3 commit b9d98e7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### Coverband 6.1.3
2+
3+
* memory optimizations thx @fatkodima
4+
* drop support for Ruby less than 2.7 thx @fatkodima
5+
* improved 0 missed styles thx @fatkodima
6+
* improved sidekiq swarm support thx @fatkodima
7+
* default include memcached adapter thx @colemanja91
8+
* improved long filename web admin views thx @fatkodima
9+
* reduce logging noise thx @jamiecobbett
10+
* improved readme thx @hotoolong
11+
* fix for ignoring views @thijsnado
12+
* improved documentation @jjb
13+
* add back static output summary @bessey
14+
15+
other cleanup, small fixes, and updated mostly basic maintence, by me.
16+
117
### Coverband 6.1.2
218

319
* Fix for paging that would pull empty pages after getting all the data.

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.2"
8+
VERSION = "6.1.3"
99
end

0 commit comments

Comments
 (0)