File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]  
99
10+ ## [ v0.7.1]  - 2020-03-16 
11+ 
12+ ### Added  
13+ -  Added ` HashMap::get_key_value_mut ` . (#145  )
14+ 
15+ ### Changed  
16+ -  Optimized ` Clone `  implementation. (#146  )
17+ 
1018## [ v0.7.0]  - 2020-01-31 
1119
1220### Added  
@@ -175,7 +183,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
175183
176184-  Initial release
177185
178- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.7.0...HEAD 
186+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.7.1...HEAD 
187+ [ v0.7.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.7.0...v0.7.1 
179188[ v0.7.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.6.3...v0.7.0 
180189[ v0.6.3 ] : https://github.com/rust-lang/hashbrown/compare/v0.6.2...v0.6.3 
181190[ v0.6.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.6.1...v0.6.2 
Original file line number Diff line number Diff line change 11[package ]
22name  = " hashbrown" 
3- version  = " 0.7.0 " 
3+ version  = " 0.7.1 " 
44authors  = [
" Amanieu d'Antras <[email protected] >" ]
55description  = " A Rust port of Google's SwissTable hash map" 
66license  = " Apache-2.0/MIT" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments