Skip to content

Commit

Permalink
version bump 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Oct 16, 2024
1 parent 1b0e3b3 commit b9d98e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -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.
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 = "6.1.2"
VERSION = "6.1.3"
end

0 comments on commit b9d98e7

Please sign in to comment.