File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ Release notes
44Version v30.0.0
55---------------- 
66
7+ This is a major version that is not backward compatible.
8+ 
79- We refactored the core processing with Importers that import data and Improvers that
810  transform imported data and convert that in Vulnerabilities and Packages. Improvers can
911  also improve and refine imported and existing data as well as enrich data using external
1012  data sources. The migration to this new architecture is under way and not all importers
1113  are available.
14+ 
1215  Because of these extensive changes, it is not possible to migrate existing imported
1316  data to the new schema. You will need instead to restart imports from an empty database
1417  or access the new public.vulnerablecode.io live instance. We also provide a database dump.
Original file line number Diff line number Diff line change 11[metadata] 
22name  = vulnerablecode
3- version  = 30.0.0rc6 
3+ version  = 30.0.0 
44license  = Apache-2.0 AND CC-BY-SA-4.0
55
66#  description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1212import  warnings 
1313from  pathlib  import  Path 
1414
15- __version__  =  "30.0.0rc6 " 
15+ __version__  =  "30.0.0 " 
1616
1717
1818def  command_line ():
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments