Skip to content

Commit

Permalink
update changes and version set to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Mayer committed Oct 29, 2023
1 parent 95a4d69 commit 0017805
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 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__

* The 6.0.0 release is all that was the 6 different RC releases of 5.2.6
* Added Rails test matrix to github actions to test on all the supported versions
- Rails: 6.0.x, 6.1.x, 7.0.x, 7.1.x

### Coverband 5.2.6

__NOTE: the current RCs include below, but this might turn into coverband 6.0__
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 = "5.2.6.rc.6"
VERSION = "6.0.0"
end

0 comments on commit 0017805

Please sign in to comment.