File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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.4.0 (2024-10-10)  
8+ 
9+ [ Full Changelog] ( https://github.com/main-branch/simplecov-rspec/compare/v0.3.2..v0.4.0 ) 
10+ 
11+ Changes since v0.3.2:
12+ 
13+ *  e06d866 build: update create_github_release dependency
14+ *  b8aafa3 docs: add conventional commit badge to README
15+ *  596b217 build: remove semver pr label check
16+ *  bed5192 build: enforce conventional commit message formatting
17+ *  d036188 Clarify gem installation and configuration via env variables
18+ *  1d89785 Add TargetRubyVersion in .rubocop.yml
19+ *  2017a2f Use shared Rubocop config
20+ 
721## v0.3.2 (2024-09-17)  
822
923[ Full Changelog] ( https://github.com/main-branch/simplecov-rspec/compare/v0.3.1..v0.3.2 ) 
Original file line number Diff line number Diff line change 33module  Simplecov 
44  class  Rspec 
55    # This gem's version 
6-     VERSION  =  '0.3.2 ' 
6+     VERSION  =  '0.4.0 ' 
77  end 
88end 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments