Skip to content

Commit

Permalink
bump version and add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Jan 24, 2024
1 parent a2b8c85 commit 321a63b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Coverband 6.0.2

* thanks makicamel for improved deferred eager loading
* thanks Drowze for two performance improvements to reporting coverage


### Coverband 6.0.1

* [fix on reload routes](https://github.com/danmayer/coverband/commit/f7a81c9499c01a7c027e5f8bc127815bf29a5cb7)


### Coverband 6.0.0

__NOTE: I ended up having 5.2.6 in various RCs for a long time, mostly because I had some breaking changes that were related to dropping support for old versions of Ruby and Rails__
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.0.1"
VERSION = "6.0.2"
end

0 comments on commit 321a63b

Please sign in to comment.