From 313e0e6ebb9dba89551a53fed131af2e576eadf8 Mon Sep 17 00:00:00 2001 From: Dan Mayer Date: Sat, 19 Oct 2024 15:35:05 -0600 Subject: [PATCH] release 6.1.4 --- changes.md | 5 +++++ lib/coverband/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changes.md b/changes.md index 410b28db..d50624c7 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,8 @@ +### Coverband 6.1.4 + +* fix on ignoring to many view files thx @fatkodima +* improve docs on clear + ### Coverband 6.1.3 * memory optimizations thx @fatkodima diff --git a/lib/coverband/version.rb b/lib/coverband/version.rb index 2966551e..81f8d8ba 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.3" + VERSION = "6.1.4" end