diff --git a/changes.md b/changes.md index c0d7a033..410b28db 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,19 @@ +### Coverband 6.1.3 + +* memory optimizations thx @fatkodima +* drop support for Ruby less than 2.7 thx @fatkodima +* improved 0 missed styles thx @fatkodima +* improved sidekiq swarm support thx @fatkodima +* default include memcached adapter thx @colemanja91 +* improved long filename web admin views thx @fatkodima +* reduce logging noise thx @jamiecobbett +* improved readme thx @hotoolong +* fix for ignoring views @thijsnado +* improved documentation @jjb +* add back static output summary @bessey + +other cleanup, small fixes, and updated mostly basic maintence, by me. + ### Coverband 6.1.2 * Fix for paging that would pull empty pages after getting all the data. diff --git a/lib/coverband/version.rb b/lib/coverband/version.rb index a0a72e4c..2966551e 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 = "6.1.2" + VERSION = "6.1.3" end