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 @@ -8,7 +8,7 @@ categories = [ "science" ]
88license  = " MIT OR Apache-2.0" 
99name  = " num-derive" 
1010repository  = " https://github.com/rust-num/num-derive" 
11- version  = " 0.4.0 " 
11+ version  = " 0.4.1 " 
1212readme  = " README.md" 
1313exclude  = [" /bors.toml"  , " /ci/*"  , " /.github/*"  ]
1414edition  = " 2021" 
Original file line number Diff line number Diff line change 1+ # Release 0.4.1 (2023-10-07)  
2+ 
3+ -  [ Make ` Float `  work with ` no_std ` ] [ 56 ]  -- thanks @vkahl  !
4+ -  [ Emit full paths for ` Option `  and ` Result ` .] [ 57 ] 
5+ -  [ Add derive macro for ` num_traits::Signed `  and ` Unsigned ` ] [ 55 ]  -- thanks @tdelabro  !
6+ 
7+ [ 55 ] : https://github.com/rust-num/num-derive/pull/55 
8+ [ 56 ] : https://github.com/rust-num/num-derive/pull/56 
9+ [ 57 ] : https://github.com/rust-num/num-derive/pull/57 
10+ 
111# Release 0.4.0 (2023-06-29)  
212
313-  [ Update to syn-2] [ 54 ]  -- thanks @maurer  !
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments