File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) 
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v0.2.0 (2024-10-10)  
9+ 
10+ [ Full Changelog] ( https://github.com/main-branch/command_line_boss/compare/v0.1.0..v0.2.0 ) 
11+ 
12+ Changes since v0.1.0:
13+ 
14+ *  4a6ace7 build: remove semver pr label check
15+ *  05918a3 build: enforce conventional commit message formatting
16+ *  e5f91d1 Clarify purpose of the gem in the README
17+ *  ca16af0 Fix TargetRubyVersion Comment
18+ *  30eef5d Use shared Rubocop config
19+ *  bbe9fe2 Update links in gemspec
20+ *  c167adc Add Slack badge for this project in README
21+ *  c442a80 Update yardopts with new standard options
22+ *  f9be39f Standardize YARD and Markdown Lint configurations
23+ *  bc7b9ae Update CODEOWNERS file
24+ *  3879f0a Set JRuby —debug option when running tests in GitHub Actions workflows
25+ *  af10f27 Integrate simplecov-rspec into the project
26+ *  22b1364 Update continuous integration and experimental ruby builds
27+ *  2e2fa87 Enforce the use of semver tags on PRs
28+ *  4464e2c Fix CHANGELOG.md
29+ 
830## v0.1.0 (2024-07-03)  
931
1032[ Full Changelog] ( https://github.com/main-branch/command_line_boss/compare/6cafbd0..v0.1.0 ) 
Original file line number Diff line number Diff line change 22
33class  CommandLineBoss 
44  # Gem version 
5-   VERSION  =  '0.1 .0' 
5+   VERSION  =  '0.2 .0' 
66end 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments