File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ Changes for each release are listed in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org/ )  for its releases.
66
7+ ## v0.3.0 (2024-09-14)  
8+ 
9+ [ Full Changelog] ( https://github.com/main-branch/simplecov-rspec/compare/v0.2.1..v0.3.0 ) 
10+ 
11+ Changes since v0.2.1:
12+ 
13+ *  55c3812 Output the number of lines missing coverage
14+ *  9356f64 Rename variables from "lines_not_covered" to "uncovered_lines" to be consistent
15+ *  ec637c0 Fix error in README
16+ *  9d9cb0c Rearrange workflow definitions to have the name first
17+ *  ac8efae Update continuous integration and experimental ruby builds
18+ *  ac1da92 Use v1 tag for the semver_pr_label_check workflow
19+ *  d701393 Auto-correct new Rubocop offenses
20+ *  0319f68 Update minimal Ruby version to 3.1
21+ *  d6b57d1 Update code climate test coverage reporter version to v9
22+ *  02553a1 Change simplecov from a development dependency to a runtime dependency
23+ 
724## v0.2.1 (2024-09-10)  
825
926[ Full Changelog] ( https://github.com/main-branch/simplecov-rspec/compare/v0.2.0..v0.2.1 ) 
Original file line number Diff line number Diff line change 33module  Simplecov 
44  class  Rspec 
55    # This gem's version 
6-     VERSION  =  '0.2.1 ' 
6+     VERSION  =  '0.3.0 ' 
77  end 
88end 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments