File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ project adheres to [Semantic Versioning][semver].
77
88## Unreleased  
99
10+ ## v0.17.0  
11+ 
12+ -  added: Added an explicit ` :integer `  column type support. Under the hood it is stored the same regardless.
13+ -  fixed: Handle new style of distinct expressions introduce upstream in Ecto 3.12
14+ -  changed: Allow ` insert_all `  to no longer require a where clause.
15+ -  changed: Made some public functions now private.
16+ -  changed: Test against elixir 1.17 and OTP 27, 26, and 25.
17+ 
1018## v0.16.0  
1119
1220-  changed: Set minimum ` exqlite `  dependency to ` 0.22 ` .
Original file line number Diff line number Diff line change 11defmodule  EctoSQLite3.MixProject  do 
22  use  Mix.Project 
33
4-   @ version  "0.16 .0" 
4+   @ version  "0.17 .0" 
55
66  def  project  do 
77    [ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments