File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ 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.1 (2024-09-16)  
8+ 
9+ [ Full Changelog] ( https://github.com/main-branch/simplecov-rspec/compare/v0.3.0..v0.3.1 ) 
10+ 
11+ Changes since v0.3.0:
12+ 
13+ *  1fca720 Remove unneeded --exclude options in .yardopts
14+ *  e60794d Update yardopts with new standard options
15+ *  31537ec Fix the YARD doc generation to use the correct license file name
16+ *  aebb048 Standardize YARD and Markdown Lint configurations
17+ *  474adfb Update CODEOWNERS file
18+ *  ca1aca3 Document why the JRuby --debug flag is being set
19+ *  8e0ad31 Set JRuby —debug option when running tests in GitHub Actions workflows
20+ *  fa10ba3 Fix example of uncovered lines listing in README
21+ 
722## v0.3.0 (2024-09-14)  
823
924[ Full Changelog] ( https://github.com/main-branch/simplecov-rspec/compare/v0.2.1..v0.3.0 ) 
Original file line number Diff line number Diff line change 33module  Simplecov 
44  class  Rspec 
55    # This gem's version 
6-     VERSION  =  '0.3.0 ' 
6+     VERSION  =  '0.3.1 ' 
77  end 
88end 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments