File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog  
22
3- ## Dev  
3+ ## 1.6.5  
44
5+ -  Bug Fix: [ Fix interface compilation behavior difference between SDL & DSL] ( https://github.com/absinthe-graphql/absinthe/pull/1091 ) 
6+ -  Bug Fix: [ Allow SDL syntax to contain union without member types] ( https://github.com/absinthe-graphql/absinthe/pull/1085 ) 
7+ -  Bug Fix: [ Account for prototype schema when rendering SDL via mix task] ( https://github.com/absinthe-graphql/absinthe/pull/1086 ) 
58-  Feature: Always inline functions when using persistent_term backend.
69-  Feature: [ Support optional open ended scalars] ( https://github.com/absinthe-graphql/absinthe/pull/1069 ) 
710
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
22  use  Mix.Project 
33
44  @ source_url  "https://github.com/absinthe-graphql/absinthe" 
5-   @ version  "1.6.4 " 
5+   @ version  "1.6.5 " 
66
77  def  project  do 
88    [ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments