File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## v0.2.17  
2+ Fix panic on stat command with zero numbers 
3+ 
4+ ## v0.2.16  
5+ Update versions of diesel and reqwest
6+ 
17## v0.2.15  
28Allow for custom testcases with the ` leetcode test `  command, and some minor edits
39
Original file line number Diff line number Diff line change 11# Contributors  
22
3+ +  [ @hulufei  ] ( https://github.com/hulufei ) 
34+  [ @ldm0  ] ( https://github.com/ldm0 ) 
45+  [ @Raees678  ] ( https://github.com/Raees678 ) 
56+  [ @clearloop  ] ( https://github.com/clearloop ) 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ path = "src/bin/lc.rs"
44
55[package ]
66name  = " leetcode-cli" 
7- version  = " 0.2.16 " 
7+ version  = " 0.2.17 " 
88authors  = [" clearloop <cdr.today@foxmail.com>"  ]
99edition  = " 2018" 
1010description  = " Leet your code in command-line." 
Original file line number Diff line number Diff line change 77[ ![ LICENSE] ( https://img.shields.io/crates/l/leetcode-cli.svg )] ( https://choosealicense.com/licenses/mit/ ) 
88
99## Contributors  
10+ +  [ @hulufi  ] ( https://github.com/hulufei ) 
1011+  [ @ldm0  ] ( https://github.com/ldm0 ) 
1112+  [ @Raees678  ] ( https://github.com/Raees678 ) 
1213+  [ @clearloop  ] ( https://github.com/clearloop ) 
@@ -29,7 +30,7 @@ cargo install leetcode-cli
2930** Please make sure you have logined in ` leetcode.com `  with ` chrome ` ** , more info plz checkout [ this] ( #cookies ) 
3031
3132``` sh 
32- leetcode 0.2.15 
33+ leetcode 0.2.17 
3334May the Code be with You 👻
3435
3536USAGE:
Original file line number Diff line number Diff line change 2323//! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies) 
2424//! 
2525//! ```sh 
26- //! leetcode 0.2.15  
26+ //! leetcode 0.2.17  
2727//! May the Code be with You 👻 
2828//! 
2929//! USAGE: 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments