File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.2.0 (2024-09-08)  
8+ 
9+ [ Full Changelog] ( https://github.com/main-branch/simplecov-rspec/compare/v0.1.0..v0.2.0 ) 
10+ 
11+ Changes since v0.1.0:
12+ 
13+ *  2b544ee Allow the CI build to be manually triggered
14+ *  50e1b4a Rename lib/simplecov/rspec to lib/simplecov-rspec (and related files)
15+ *  0884d23 Move CI build using Ruby head to an different workflow
16+ 
717## v0.1.0 (2024-09-07)  
818
919[ Full Changelog] ( https://github.com/main-branch/simplecov-rspec/compare/9fe828c..v0.1.0 ) 
Original file line number Diff line number Diff line change 33module  Simplecov 
44  class  Rspec 
55    # This gem's version 
6-     VERSION  =  '0.1 .0' 
6+     VERSION  =  '0.2 .0' 
77  end 
88end 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments