From b9d98e7aefc955a749bd3f0230c28049d90c30c6 Mon Sep 17 00:00:00 2001 From: Dan Mayer Date: Wed, 16 Oct 2024 17:48:00 -0600 Subject: [PATCH] version bump 6.1.3 --- changes.md | 16 ++++++++++++++++ lib/coverband/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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