File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99env :
1010  #  for installation testing - it should match with version set in CMake
11-   UMF_VERSION : 0.10.0  
11+   UMF_VERSION : 0.10.1  
1212  BUILD_DIR  : " ${{github.workspace}}/build" 
1313  INSTL_DIR  : " ${{github.workspace}}/../install-dir" 
1414  COVERAGE_DIR  : " ${{github.workspace}}/coverage" 
Original file line number Diff line number Diff line change 1+ Fri Jan 10 2025 Łukasz Stolarczuk <
[email protected] >
2+ 
3+ 	* Version 0.10.1
4+ 
5+ 	This patch release contains:
6+ 	- Set symbol versions 0.10 in def/map files (#1013)
7+ 	- Fix: remove incorrect assert in utils_align_ptr_up_size_down() (#977)
8+ 	- Add strings with UMF version and useful CMake options (#992)
9+ 	- Extended error messages, when providers are disabled (#1012)
10+ 
111Mon Dec 09 2024 Łukasz Stolarczuk <
[email protected] >
212
313	* Version 0.10.0
Original file line number Diff line number Diff line change 1818# -- Project information ----------------------------------------------------- 
1919
2020project  =  "Intel Unified Memory Framework" 
21- copyright  =  "2023-2024 , Intel" 
21+ copyright  =  "2023-2025 , Intel" 
2222author  =  "Intel" 
2323
2424# The full version, including alpha/beta/rc tags 
25- release  =  "0.10.0 " 
25+ release  =  "0.10.1 " 
2626
2727
2828# -- General configuration --------------------------------------------------- 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments